GET /api/bet_types/ef24dbab-103f-480b-973a-83f1ce35d99a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef24dbab-103f-480b-973a-83f1ce35d99a",
    "match": "https://api-prod.gambitprofit.com/api/matches/d6fdd954-2982-4bc4-a3e6-4843f53cc675/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-21T09:03:14.268877-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": "SFO",
                "amount": 6090.0
            },
            {
                "team": "PHI",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c5f900a0-ba7e-490c-9d4b-a7cd148dbd9a",
            "gambit_id": "1ece421a-f43f-4319-a5c9-35ccb6af2bd0",
            "last_updated": "2023-08-23T08:33:22.563161-04:00",
            "created_at": "2023-08-21T09:03:14.272835-04:00",
            "name": "SFO",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef24dbab-103f-480b-973a-83f1ce35d99a/?format=api"
        },
        {
            "id": "735edf5a-eeb2-4a7d-8917-4ea56d69b670",
            "gambit_id": "e28a9bc9-0184-4d53-9510-288376caddcf",
            "last_updated": "2023-08-23T08:33:22.566500-04:00",
            "created_at": "2023-08-21T09:03:14.277121-04:00",
            "name": "PHI",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef24dbab-103f-480b-973a-83f1ce35d99a/?format=api"
        }
    ]
}