GET /api/bet_types/4f55d77d-819f-4449-81e4-839c75414b8b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f55d77d-819f-4449-81e4-839c75414b8b",
    "match": "https://api-prod.gambitprofit.com/api/matches/adcadc0c-c8ce-4672-b412-92fde0197247/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-28T09:58:21.552022-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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4c9525db-abf9-4fb9-bb91-7eb8a920955f",
            "gambit_id": "32d8bc45-1a65-404a-b49b-048f78fe4960",
            "last_updated": "2024-01-29T22:18:12.429656-05:00",
            "created_at": "2024-01-28T09:58:21.557578-05:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f55d77d-819f-4449-81e4-839c75414b8b/?format=api"
        },
        {
            "id": "0946075d-dd1a-4feb-9fd2-d192e4b0572f",
            "gambit_id": "ad26bfee-a1b1-4955-a634-231fe8d3e51b",
            "last_updated": "2024-01-29T22:18:12.433134-05:00",
            "created_at": "2024-01-28T09:58:21.562247-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f55d77d-819f-4449-81e4-839c75414b8b/?format=api"
        }
    ]
}