GET /api/bet_types/189e735d-d4f9-44cc-84b8-712d9d63f365/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "189e735d-d4f9-44cc-84b8-712d9d63f365",
    "match": "https://api-prod.gambitprofit.com/api/matches/415f2c31-5e56-48b4-9c2b-e126f3d12b72/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-08T09:23:26.041119-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": "HOU (H Brown)",
                "amount": 5615.0
            },
            {
                "team": "SDG (B Snell)",
                "amount": 4385.0
            }
        ],
        "expected_reward_tokens": 9601.65,
        "profit_sb": 101.65,
        "profit_sb_percentage": 1.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "101476f0-f511-469f-b77a-9fbec549e6a7",
            "gambit_id": "1c886465-d1d7-4faa-a609-92b98eba9b22",
            "last_updated": "2023-09-09T11:13:27.455510-04:00",
            "created_at": "2023-09-08T09:23:26.049174-04:00",
            "name": "HOU (H Brown)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/189e735d-d4f9-44cc-84b8-712d9d63f365/?format=api"
        },
        {
            "id": "82a048a2-f866-43da-82a7-e47ebf4cd404",
            "gambit_id": "190fab89-383c-4db6-a487-d83a5be9a54f",
            "last_updated": "2023-09-09T11:13:27.451252-04:00",
            "created_at": "2023-09-08T09:23:26.045025-04:00",
            "name": "SDG (B Snell)",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/189e735d-d4f9-44cc-84b8-712d9d63f365/?format=api"
        }
    ]
}