GET /api/bet_types/a7fb0141-066d-4b3e-99b1-7326341c8393/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7fb0141-066d-4b3e-99b1-7326341c8393",
    "match": "https://api-prod.gambitprofit.com/api/matches/f63b3ae2-9f79-49e4-914c-b965fd213e2f/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "Northern Illinois",
                "amount": 6266.0
            },
            {
                "team": "Central Michigan",
                "amount": 3734.0
            }
        ],
        "expected_reward_tokens": 9148.3,
        "profit_sb": 148.3,
        "profit_sb_percentage": 1.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "e92004a0-9649-4367-a318-e210033e1560",
            "gambit_id": "088cfa55-56a7-409c-b157-e4321ad101cc",
            "last_updated": "2022-11-03T09:24:00.608812-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Northern Illinois",
            "reward": "1.46000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7fb0141-066d-4b3e-99b1-7326341c8393/?format=api"
        },
        {
            "id": "d4a6629e-e4b5-4f60-9656-dee47929e055",
            "gambit_id": "8520db8d-1900-4560-9950-8dddd14fa536",
            "last_updated": "2022-11-03T09:24:00.609976-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Central Michigan",
            "reward": "2.45000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7fb0141-066d-4b3e-99b1-7326341c8393/?format=api"
        }
    ]
}