GET /api/bet_types/d1af5492-47eb-4851-995a-7d05587ecbcc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1af5492-47eb-4851-995a-7d05587ecbcc",
    "match": "https://api-prod.gambitprofit.com/api/matches/9da0cfec-2cc9-4735-b43e-a2a8373c783d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-22T08:23:02.682492-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": 5512.0
            },
            {
                "team": "SDG",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "7cfb1f98-dd9f-41bc-8f6a-01b31b027f2e",
            "gambit_id": "e8d0716c-9622-4e65-831b-278ed0eb6ed9",
            "last_updated": "2023-06-23T13:18:28.758336-04:00",
            "created_at": "2023-06-22T08:23:02.687055-04:00",
            "name": "SFO",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1af5492-47eb-4851-995a-7d05587ecbcc/?format=api"
        },
        {
            "id": "06efab46-2771-4bc9-a6c0-f0792075e5bf",
            "gambit_id": "77075187-b10a-4794-a522-71da98b46bdb",
            "last_updated": "2023-06-23T13:18:28.756710-04:00",
            "created_at": "2023-06-22T08:23:02.684718-04:00",
            "name": "SDG",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1af5492-47eb-4851-995a-7d05587ecbcc/?format=api"
        }
    ]
}