GET /api/bet_types/08c4224b-e681-404c-8a7b-c7b5944778d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "08c4224b-e681-404c-8a7b-c7b5944778d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a6e23fd-e654-4997-b2a1-77eee367e893/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-17T13:03:04.148147-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": "Atlanta Falcons",
                "amount": 6752.0
            },
            {
                "team": "Cincinnati Bengals",
                "amount": 3248.0
            }
        ],
        "expected_reward_tokens": 9451.68,
        "profit_sb": -48.32,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "71012b58-08f3-433e-8ba9-12597fa308f4",
            "gambit_id": "952c4b7e-f69a-41f4-a81d-2e4587de8762",
            "last_updated": "2023-08-21T19:43:14.910172-04:00",
            "created_at": "2023-08-17T13:03:04.157298-04:00",
            "name": "Atlanta Falcons",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08c4224b-e681-404c-8a7b-c7b5944778d1/?format=api"
        },
        {
            "id": "c9ed4a40-3e5b-41ef-a296-a0196d571c2b",
            "gambit_id": "e4766865-868c-4e05-9fda-bf4e9467d1c6",
            "last_updated": "2023-08-21T19:43:14.907055-04:00",
            "created_at": "2023-08-17T13:03:04.152850-04:00",
            "name": "Cincinnati Bengals",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08c4224b-e681-404c-8a7b-c7b5944778d1/?format=api"
        }
    ]
}