GET /api/bet_types/d6b7c396-12ac-4f88-9a1c-8947d94da95d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d6b7c396-12ac-4f88-9a1c-8947d94da95d",
    "match": "https://api-prod.gambitprofit.com/api/matches/a295ce47-f042-4e61-8c02-c646a5c15050/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-29T09:23:07.805195-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": "PHI (T Walker)",
                "amount": 5377.0
            },
            {
                "team": "NYM (T Megill)",
                "amount": 4623.0
            }
        ],
        "expected_reward_tokens": 9569.61,
        "profit_sb": 69.61,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "c3aac7a8-3167-4f67-8b93-ac8e0291bb05",
            "gambit_id": "aea8fdf8-67ba-4ea1-9280-db7022a59ad0",
            "last_updated": "2023-10-01T22:23:27.432163-04:00",
            "created_at": "2023-09-29T09:23:07.810264-04:00",
            "name": "PHI (T Walker)",
            "reward": "1.78000",
            "odds": "1.81970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6b7c396-12ac-4f88-9a1c-8947d94da95d/?format=api"
        },
        {
            "id": "b1e8a6b4-fce8-4dbc-bea3-a25dc767a85d",
            "gambit_id": "cfe4aa05-cf82-46e0-975e-2fb7f737c648",
            "last_updated": "2023-10-01T22:23:27.435923-04:00",
            "created_at": "2023-09-29T09:23:07.815491-04:00",
            "name": "NYM (T Megill)",
            "reward": "2.07000",
            "odds": "2.12000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6b7c396-12ac-4f88-9a1c-8947d94da95d/?format=api"
        }
    ]
}