GET /api/bet_types/69f19fc1-8a9e-4fec-a5d3-b0517c692c45/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "69f19fc1-8a9e-4fec-a5d3-b0517c692c45",
    "match": "https://api-prod.gambitprofit.com/api/matches/1e24883a-a911-4fcb-b2e7-191c99a5f08e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-25T08:58:20.784897-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": "SDG (B Snell)",
                "amount": 5325.0
            },
            {
                "team": "SFO (L Webb)",
                "amount": 4675.0
            }
        ],
        "expected_reward_tokens": 9583.75,
        "profit_sb": 83.75,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "276b230d-4728-4cfb-a8e9-5b5f448d711c",
            "gambit_id": "6cbdf4d7-eca3-49dc-aff2-5f85f28eea13",
            "last_updated": "2023-09-26T10:03:07.238372-04:00",
            "created_at": "2023-09-25T08:58:20.794717-04:00",
            "name": "SDG (B Snell)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69f19fc1-8a9e-4fec-a5d3-b0517c692c45/?format=api"
        },
        {
            "id": "9482a4b3-eaaa-4121-b1d4-c6f6f281b93d",
            "gambit_id": "f7ee1fae-6c1b-4ea4-b604-3c923043f963",
            "last_updated": "2023-09-26T10:03:07.242227-04:00",
            "created_at": "2023-09-25T08:58:20.803056-04:00",
            "name": "SFO (L Webb)",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69f19fc1-8a9e-4fec-a5d3-b0517c692c45/?format=api"
        }
    ]
}