GET /api/bet_types/98b503c1-188f-49b7-aab1-8513a0fe0716/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "98b503c1-188f-49b7-aab1-8513a0fe0716",
    "match": "https://api-prod.gambitprofit.com/api/matches/d4a16b42-81c1-4c3c-96d1-79a96ffa53d9/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "LSU",
                "amount": 7273.0
            },
            {
                "team": "Auburn",
                "amount": 2727.0
            }
        ],
        "expected_reward_tokens": 9380.88,
        "profit_sb": -119.12,
        "profit_sb_percentage": -1.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "a331cdca-9f83-448d-9386-df6d8118ccb4",
            "gambit_id": "54694397-3133-43d8-b714-739949143367",
            "last_updated": "2022-10-03T11:07:25.616984-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LSU",
            "reward": "1.29000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98b503c1-188f-49b7-aab1-8513a0fe0716/?format=api"
        },
        {
            "id": "7e1ae0f4-f399-4acd-b583-49e424a96c3f",
            "gambit_id": "eaf82bb4-b1b9-4e62-8a50-d1cc7b55d943",
            "last_updated": "2022-10-03T11:07:25.618159-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Auburn",
            "reward": "3.44000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98b503c1-188f-49b7-aab1-8513a0fe0716/?format=api"
        }
    ]
}