GET /api/bet_types/903b3610-b180-4ed7-a640-b18dc0c8a101/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "903b3610-b180-4ed7-a640-b18dc0c8a101",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3a454ca-6b81-42d4-92b4-3fc6b383c3b4/?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": 6328.0
            },
            {
                "team": "LAA (P Sandoval)",
                "amount": 3672.0
            }
        ],
        "expected_reward_tokens": 9363.6,
        "profit_sb": 363.6,
        "profit_sb_percentage": 4.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "a3370add-5a27-4de5-9e28-54fc7981fdba",
            "gambit_id": "a6691de4-2df6-491e-8e82-552786467341",
            "last_updated": "2022-08-06T10:47:01.640752-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA (R Ray)",
            "reward": "1.48000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/903b3610-b180-4ed7-a640-b18dc0c8a101/?format=api"
        },
        {
            "id": "3421a73f-fcad-4f8c-a209-b5dd2ea97fe9",
            "gambit_id": "72a1f58b-72b4-41dc-85cf-034a8c56094e",
            "last_updated": "2022-08-06T10:47:01.641301-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA (P Sandoval)",
            "reward": "2.55000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/903b3610-b180-4ed7-a640-b18dc0c8a101/?format=api"
        }
    ]
}