GET /api/bet_types/6c58deef-3f89-4b19-9cae-82ef0e5b27d6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c58deef-3f89-4b19-9cae-82ef0e5b27d6",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3a625cb-8dc3-4b42-9e5a-facfa690bf14/?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": "LOS (A Heaney)",
                "amount": 5884.0
            },
            {
                "team": "STL (J Quintana)",
                "amount": 4116.0
            }
        ],
        "expected_reward_tokens": 9178.68,
        "profit_sb": 178.68,
        "profit_sb_percentage": 1.99,
        "recommended": true
    },
    "lines": [
        {
            "id": "f2b9e65a-83c9-4f66-9c72-3956ec8d1113",
            "gambit_id": "75e31d38-1a30-4499-8ca3-36815e249025",
            "last_updated": "2022-09-24T21:07:20.555298-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS (A Heaney)",
            "reward": "1.56000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c58deef-3f89-4b19-9cae-82ef0e5b27d6/?format=api"
        },
        {
            "id": "f3781c4c-5a60-406d-81f3-c751afaa5580",
            "gambit_id": "0c0115f7-fadb-413d-9443-020d72d44e67",
            "last_updated": "2022-09-24T21:07:20.556290-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL (J Quintana)",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c58deef-3f89-4b19-9cae-82ef0e5b27d6/?format=api"
        }
    ]
}