GET /api/bet_types/768c2b86-1439-49c4-a765-b7bc3cdfbd4c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "768c2b86-1439-49c4-a765-b7bc3cdfbd4c",
    "match": "https://api-prod.gambitprofit.com/api/matches/20b792f9-f9a3-4da5-b9ec-0443f1fe8ac2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-18T08:43:13.755678-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": "TEX (A Heaney)",
                "amount": 5325.0
            },
            {
                "team": "MIL (B Woodruff)",
                "amount": 4675.0
            }
        ],
        "expected_reward_tokens": 9583.75,
        "profit_sb": 83.75,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "ff914596-e459-4098-998c-89b7567a13e8",
            "gambit_id": "a0eba637-aa6b-4930-9c9e-a8fe9bcf934b",
            "last_updated": "2023-08-21T10:18:06.487683-04:00",
            "created_at": "2023-08-18T08:43:13.764950-04:00",
            "name": "TEX (A Heaney)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/768c2b86-1439-49c4-a765-b7bc3cdfbd4c/?format=api"
        },
        {
            "id": "feb6f079-bda2-40c2-8b2c-e55bc6d933b2",
            "gambit_id": "66949ebd-eba4-46eb-bf19-770482ee3912",
            "last_updated": "2023-08-21T10:18:06.482533-04:00",
            "created_at": "2023-08-18T08:43:13.760129-04:00",
            "name": "MIL (B Woodruff)",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/768c2b86-1439-49c4-a765-b7bc3cdfbd4c/?format=api"
        }
    ]
}