GET /api/bet_types/d0d93f40-3ce8-486a-a637-1f3f3998afe2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0d93f40-3ce8-486a-a637-1f3f3998afe2",
    "match": "https://api-prod.gambitprofit.com/api/matches/91a8d9cc-4dfb-4da7-82b2-ba1e546558f8/?format=api",
    "name": "Play the Odds",
    "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": "CWS",
                "amount": 5110.0
            },
            {
                "team": "OAK",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9044.7,
        "profit_sb": 44.7,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "a82b965e-db2b-4c12-8b61-a60e97b87f4b",
            "gambit_id": "ae6e4c4f-a24e-40e6-b660-9a40de9ec792",
            "last_updated": "2022-09-11T18:02:04.390434-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0d93f40-3ce8-486a-a637-1f3f3998afe2/?format=api"
        },
        {
            "id": "19b85782-00c9-4d5e-8c57-6b027f9c3d99",
            "gambit_id": "5838ef22-2825-41cb-ae4a-5771263865e0",
            "last_updated": "2022-09-11T18:02:04.389378-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0d93f40-3ce8-486a-a637-1f3f3998afe2/?format=api"
        }
    ]
}