GET /api/bet_types/03e8e639-90e7-4629-8038-9a5189bab066/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03e8e639-90e7-4629-8038-9a5189bab066",
    "match": "https://api-prod.gambitprofit.com/api/matches/25ff9710-4236-4ffa-b702-01836089974f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-14T10:57:05.047433-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": "PIT",
                "amount": 6390.0
            },
            {
                "team": "BAL",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "e8ab0bba-86a9-4038-9cd5-9dabba282070",
            "gambit_id": "39c101ce-4190-42aa-a3fb-7b5ad7a91330",
            "last_updated": "2023-05-15T11:37:02.194402-04:00",
            "created_at": "2023-05-14T10:57:05.051100-04:00",
            "name": "PIT",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03e8e639-90e7-4629-8038-9a5189bab066/?format=api"
        },
        {
            "id": "040d1c3c-7c1a-49a7-bc10-1faab58eeae2",
            "gambit_id": "d32b437f-8167-413e-89f1-bcff585c1b48",
            "last_updated": "2023-05-15T11:37:02.192871-04:00",
            "created_at": "2023-05-14T10:57:05.049311-04:00",
            "name": "BAL",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03e8e639-90e7-4629-8038-9a5189bab066/?format=api"
        }
    ]
}