GET /api/bet_types/cf230962-64e3-45f2-b2a3-b18c0e5ae4ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cf230962-64e3-45f2-b2a3-b18c0e5ae4ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9bfd24a-f1d1-4828-b767-1c1e87bffe33/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-18T10:18:19.518528-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": "Boston Bruins",
                "amount": 5773.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "275faf3a-2935-49d5-88a5-028a41307a30",
            "gambit_id": "5b4fcc01-9e9a-485b-99e0-71322b10402d",
            "last_updated": "2024-01-19T20:33:12.865946-05:00",
            "created_at": "2024-01-18T10:18:19.528107-05:00",
            "name": "Boston Bruins",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf230962-64e3-45f2-b2a3-b18c0e5ae4ca/?format=api"
        },
        {
            "id": "3cb689ed-7efa-4d7f-83b1-e95a111f202a",
            "gambit_id": "c4a9a9f5-2785-4de2-a899-89fed318fc54",
            "last_updated": "2024-01-19T20:33:12.862514-05:00",
            "created_at": "2024-01-18T10:18:19.524071-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf230962-64e3-45f2-b2a3-b18c0e5ae4ca/?format=api"
        }
    ]
}