GET /api/bet_types/7067c488-8bad-4af5-9a93-f8ec352d2065/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7067c488-8bad-4af5-9a93-f8ec352d2065",
    "match": "https://api-prod.gambitprofit.com/api/matches/2ecb96c2-2b56-4239-80cc-730503bc0b52/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-25T09:23:03.515691-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 Angeles Kings",
                "amount": 6935.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 3065.0
            }
        ],
        "expected_reward_tokens": 9500.95,
        "profit_sb": 0.95,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "16ec0424-7f23-4c2d-a9f4-f39999ecdbd1",
            "gambit_id": "f75f97ce-f921-47c7-9a95-dc6273c35378",
            "last_updated": "2023-11-27T10:18:23.632049-05:00",
            "created_at": "2023-11-25T09:23:03.524652-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7067c488-8bad-4af5-9a93-f8ec352d2065/?format=api"
        },
        {
            "id": "6875cb44-3f6e-4417-bdf7-be009dcf36f1",
            "gambit_id": "624c5472-f348-4518-9a8f-3940a5b1aaf4",
            "last_updated": "2023-11-27T10:18:23.628328-05:00",
            "created_at": "2023-11-25T09:23:03.519896-05:00",
            "name": "Montreal Canadiens",
            "reward": "3.10000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7067c488-8bad-4af5-9a93-f8ec352d2065/?format=api"
        }
    ]
}