GET /api/bet_types/930c5d9c-6840-467b-a541-4860cc1c6aa2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "930c5d9c-6840-467b-a541-4860cc1c6aa2",
    "match": "https://api-prod.gambitprofit.com/api/matches/9ca836c1-0b7b-4a60-a65b-1eaa53f2aea3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-16T09:52:57.119303-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": "PHI (Z Wheeler)",
                "amount": 6060.0
            },
            {
                "team": "ARI (Z Gallen)",
                "amount": 3940.0
            }
        ],
        "expected_reward_tokens": 9574.2,
        "profit_sb": 74.2,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "a135b9b0-6101-43c8-9f49-c82326132209",
            "gambit_id": "bb903f23-b85f-4e21-a4ae-375b31b76a4d",
            "last_updated": "2023-10-17T10:13:13.823424-04:00",
            "created_at": "2023-10-16T09:52:57.129513-04:00",
            "name": "PHI (Z Wheeler)",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/930c5d9c-6840-467b-a541-4860cc1c6aa2/?format=api"
        },
        {
            "id": "f871002a-0ccc-4885-8412-dcb37e3447ed",
            "gambit_id": "00b958a4-53b7-49bf-a116-1daeffbc2a7a",
            "last_updated": "2023-10-17T10:13:13.820149-04:00",
            "created_at": "2023-10-16T09:52:57.123919-04:00",
            "name": "ARI (Z Gallen)",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/930c5d9c-6840-467b-a541-4860cc1c6aa2/?format=api"
        }
    ]
}