GET /api/bet_types/248102ba-2112-4321-a767-e9ffee0a8e3b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "248102ba-2112-4321-a767-e9ffee0a8e3b",
    "match": "https://api-prod.gambitprofit.com/api/matches/6bc01f58-3ea8-4f5d-bda3-2e665190d8ea/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-30T10:47:16.028172-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "MIA (S Alcantara)",
                "amount": 5590.0
            },
            {
                "team": "SDG (R Weathers)",
                "amount": 4410.0
            }
        ],
        "expected_reward_tokens": 9613.8,
        "profit_sb": 113.8,
        "profit_sb_percentage": 1.2,
        "recommended": true
    },
    "lines": [
        {
            "id": "58687820-9496-4ba6-abbd-45483d1693ff",
            "gambit_id": "1873defe-d75b-41f9-bb5c-4de298f560ca",
            "last_updated": "2023-05-31T11:47:19.319306-04:00",
            "created_at": "2023-05-30T10:47:16.033570-04:00",
            "name": "MIA (S Alcantara)",
            "reward": "1.72000",
            "odds": "1.75190",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/248102ba-2112-4321-a767-e9ffee0a8e3b/?format=api"
        },
        {
            "id": "03d67201-ca2d-4bf3-bfb9-acf9891e326f",
            "gambit_id": "28363a6d-0c3a-453e-9283-7177c9c0b0b4",
            "last_updated": "2023-05-31T11:47:19.316655-04:00",
            "created_at": "2023-05-30T10:47:16.031172-04:00",
            "name": "SDG (R Weathers)",
            "reward": "2.18000",
            "odds": "2.23000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/248102ba-2112-4321-a767-e9ffee0a8e3b/?format=api"
        }
    ]
}