GET /api/bet_types/025aaf54-06dc-45a3-ab34-91b9fcc363bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "025aaf54-06dc-45a3-ab34-91b9fcc363bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/b64b336b-66d0-4ac3-a660-aed88a613710/?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": "SEA (R Ray)",
                "amount": 6977.0
            },
            {
                "team": "WAS (E Fedde)",
                "amount": 3023.0
            }
        ],
        "expected_reward_tokens": 9279.41,
        "profit_sb": 279.41,
        "profit_sb_percentage": 3.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "e1b6ab30-7b49-4d14-b518-cf8ae4b48207",
            "gambit_id": "ac69a6e6-c4ef-45f2-9f42-7d10a4496691",
            "last_updated": "2022-08-24T10:12:03.519765-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA (R Ray)",
            "reward": "1.33000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/025aaf54-06dc-45a3-ab34-91b9fcc363bb/?format=api"
        },
        {
            "id": "b70029c5-5875-4fa0-a3c0-3c9ef8c522dc",
            "gambit_id": "22159c39-0451-4d10-99e1-21741ae81235",
            "last_updated": "2022-08-24T10:12:03.520183-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS (E Fedde)",
            "reward": "3.07000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/025aaf54-06dc-45a3-ab34-91b9fcc363bb/?format=api"
        }
    ]
}