GET /api/bet_types/268d2dbe-2718-41b8-a9a3-96ecc5850d83/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "268d2dbe-2718-41b8-a9a3-96ecc5850d83",
    "match": "https://api-prod.gambitprofit.com/api/matches/ecc23b19-f400-4a46-ac8b-3e40d35ae618/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-27T08:57:17.846508-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": "Wisconsin",
                "amount": 5000.0
            },
            {
                "team": "Oklahoma State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "2069bb29-235b-4540-8a3c-7a0408ac5334",
            "gambit_id": "ec6bfa40-2dbe-47a5-831e-78e5eae5cc28",
            "last_updated": "2022-12-28T21:52:16.736880-05:00",
            "created_at": "2022-12-27T08:57:17.847655-05:00",
            "name": "Wisconsin",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/268d2dbe-2718-41b8-a9a3-96ecc5850d83/?format=api"
        },
        {
            "id": "9b088dc7-e64d-424d-9da3-a1c589defea9",
            "gambit_id": "1013f734-0405-4ba9-8122-acbc5bc601b3",
            "last_updated": "2022-12-28T21:52:16.737985-05:00",
            "created_at": "2022-12-27T08:57:17.848862-05:00",
            "name": "Oklahoma State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/268d2dbe-2718-41b8-a9a3-96ecc5850d83/?format=api"
        }
    ]
}