GET /api/bet_types/88edef06-67d8-40f7-af55-7b23cb6a9be8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "88edef06-67d8-40f7-af55-7b23cb6a9be8",
    "match": "https://api-prod.gambitprofit.com/api/matches/70322777-d2f5-4890-82d8-e534a8921cd3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-27T09:22:58.850191-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": "STL",
                "amount": 6010.0
            },
            {
                "team": "MIL",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "3a8b65b7-ef44-4e63-abe1-26c0a24a9e07",
            "gambit_id": "64feeed7-81dd-4418-985c-2d262668d41c",
            "last_updated": "2023-09-28T09:58:12.256159-04:00",
            "created_at": "2023-09-27T09:22:58.853632-04:00",
            "name": "STL",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88edef06-67d8-40f7-af55-7b23cb6a9be8/?format=api"
        },
        {
            "id": "f8920e13-6f12-4c60-908c-eb66c9eb97ce",
            "gambit_id": "8427e70e-9538-4d70-9d4a-607b740b3a77",
            "last_updated": "2023-09-28T09:58:12.259444-04:00",
            "created_at": "2023-09-27T09:22:58.858231-04:00",
            "name": "MIL",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88edef06-67d8-40f7-af55-7b23cb6a9be8/?format=api"
        }
    ]
}