GET /api/bet_types/603ddea7-5258-464d-9564-f6544ce01735/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "603ddea7-5258-464d-9564-f6544ce01735",
    "match": "https://api-prod.gambitprofit.com/api/matches/83179ae9-80ed-4e6c-9ac7-fafbb2619249/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Georgia",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10900.0,
        "profit_sb": 1900.0,
        "profit_sb_percentage": 21.11,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Georgia",
                "amount": 8558.0
            },
            {
                "team": "LSU",
                "amount": 1442.0
            }
        ],
        "expected_reward_tokens": 9328.22,
        "profit_sb": 328.22,
        "profit_sb_percentage": 3.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "903e9a2d-72d2-4f98-9cb1-cc035be2d68c",
            "gambit_id": "a82d448f-e397-4171-86b8-763fd806e4ed",
            "last_updated": "2022-12-04T11:07:17.685918-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia",
            "reward": "1.09000",
            "odds": "1.10530",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/603ddea7-5258-464d-9564-f6544ce01735/?format=api"
        },
        {
            "id": "433cc7e4-1ec2-43b0-b342-87071f26c81b",
            "gambit_id": "0816d6b5-2d96-439c-93d4-826c5cc9d80a",
            "last_updated": "2022-12-04T11:07:17.686995-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LSU",
            "reward": "6.47000",
            "odds": "7.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/603ddea7-5258-464d-9564-f6544ce01735/?format=api"
        }
    ]
}