GET /api/bet_types/841f0f0a-8817-411b-93f5-815f337f05f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "841f0f0a-8817-411b-93f5-815f337f05f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/2d16e84d-4336-4918-9ab5-7fe51e766cf6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-22T12:32:10.436977-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": "Brian Maxwell",
                "amount": 6355.0
            },
            {
                "team": "Daniel Bunyan",
                "amount": 3645.0
            }
        ],
        "expected_reward_tokens": 9404.1,
        "profit_sb": -95.9,
        "profit_sb_percentage": -1.01,
        "recommended": false
    },
    "lines": [
        {
            "id": "68ac14ee-07a2-4c9c-ad2a-efda330f5f28",
            "gambit_id": "f969f8d2-aa01-46ca-b980-172047b5211a",
            "last_updated": "2023-03-26T13:37:04.229512-04:00",
            "created_at": "2023-03-22T12:32:10.442893-04:00",
            "name": "Brian Maxwell",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/841f0f0a-8817-411b-93f5-815f337f05f7/?format=api"
        },
        {
            "id": "6612940d-39e8-415f-915a-dad4fa910190",
            "gambit_id": "23e709b3-72d7-4da1-ba76-7240e4752a69",
            "last_updated": "2023-03-26T13:37:04.227589-04:00",
            "created_at": "2023-03-22T12:32:10.439573-04:00",
            "name": "Daniel Bunyan",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/841f0f0a-8817-411b-93f5-815f337f05f7/?format=api"
        }
    ]
}