GET /api/bet_types/c0d22a90-133b-44df-9b2f-5d1af3b002de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c0d22a90-133b-44df-9b2f-5d1af3b002de",
    "match": "https://api-prod.gambitprofit.com/api/matches/abcbd904-b3cd-40de-b665-66b605cbd4b1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T19:52:11.289923-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": "UL Lafayette",
                "amount": 5000.0
            },
            {
                "team": "Tennessee",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce1069b4-2bc3-4324-8d6b-d0b8fd002db4",
            "gambit_id": "65658536-4afd-4af9-b464-6de87406ef06",
            "last_updated": "2023-03-17T10:37:23.398203-04:00",
            "created_at": "2023-03-14T19:52:11.293272-04:00",
            "name": "UL Lafayette",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0d22a90-133b-44df-9b2f-5d1af3b002de/?format=api"
        },
        {
            "id": "8e8c9c8f-8336-4c2b-9b85-6efefd09f0e0",
            "gambit_id": "90f2aa5a-3223-4466-89aa-bf71a656debb",
            "last_updated": "2023-03-17T10:37:23.397088-04:00",
            "created_at": "2023-03-14T19:52:11.291416-04:00",
            "name": "Tennessee",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0d22a90-133b-44df-9b2f-5d1af3b002de/?format=api"
        }
    ]
}