GET /api/bet_types/d72cbbc4-7200-4be1-b302-0cf54b1c14b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d72cbbc4-7200-4be1-b302-0cf54b1c14b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/501a5912-bd2a-4b46-8801-aaeff467bef2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-17T09:31:52.027838-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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "778bd9d9-d9b0-43b7-a532-14dec7766ddb",
            "gambit_id": "0d143915-c265-4a7f-990a-8a80d54c7b2a",
            "last_updated": "2023-03-18T14:52:12.434608-04:00",
            "created_at": "2023-03-17T09:31:52.028939-04:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d72cbbc4-7200-4be1-b302-0cf54b1c14b9/?format=api"
        },
        {
            "id": "a4f13c53-59d5-4909-abc7-d8afb69e6a79",
            "gambit_id": "a483efa0-50ea-4bdd-87d8-b734288ed92c",
            "last_updated": "2023-03-18T14:52:12.436323-04:00",
            "created_at": "2023-03-17T09:31:52.030157-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d72cbbc4-7200-4be1-b302-0cf54b1c14b9/?format=api"
        }
    ]
}