GET /api/bet_types/4bf0b161-91e8-4497-b158-2baa995033e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4bf0b161-91e8-4497-b158-2baa995033e7",
    "match": "https://api-prod.gambitprofit.com/api/matches/8bffb6d3-a33d-4ec8-8c20-2d7d1d9d6162/?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": "Marshall",
                "amount": 5610.0
            },
            {
                "team": "Coastal Carolina",
                "amount": 4390.0
            }
        ],
        "expected_reward_tokens": 9480.9,
        "profit_sb": -19.1,
        "profit_sb_percentage": -0.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "b53ea09f-213c-4963-afca-52af17780fef",
            "gambit_id": "4ef8c8b8-b20c-4b49-a29b-4023cd87db59",
            "last_updated": "2022-10-31T10:22:21.962968-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Marshall",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bf0b161-91e8-4497-b158-2baa995033e7/?format=api"
        },
        {
            "id": "1f73f1e8-1816-4f88-a963-737e9bd14f5a",
            "gambit_id": "bc8dbe81-b79b-43e8-8e3e-bbf2c1c3521e",
            "last_updated": "2022-10-31T10:22:21.964035-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Coastal Carolina",
            "reward": "2.16000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bf0b161-91e8-4497-b158-2baa995033e7/?format=api"
        }
    ]
}