GET /api/bet_types/439cd18a-b25a-4d88-9b9d-692344168781/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "439cd18a-b25a-4d88-9b9d-692344168781",
    "match": "https://api-prod.gambitprofit.com/api/matches/bef0c651-c381-4043-99d1-ad7717741e60/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-06T08:38:15.530413-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": "NYY (C Rodon)",
                "amount": 5440.0
            },
            {
                "team": "HOU (J Urquidy)",
                "amount": 4560.0
            }
        ],
        "expected_reward_tokens": 9574.4,
        "profit_sb": 74.4,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "2b83332e-b22f-41c7-bab8-2f3c308e9ff2",
            "gambit_id": "e0c2c280-e9d2-4260-b701-f71d720f647a",
            "last_updated": "2023-08-07T19:28:12.736986-04:00",
            "created_at": "2023-08-06T08:38:15.542753-04:00",
            "name": "NYY (C Rodon)",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/439cd18a-b25a-4d88-9b9d-692344168781/?format=api"
        },
        {
            "id": "fef206f5-88f0-4abf-a8c5-7cfaae1763ed",
            "gambit_id": "4280f8bc-0ef6-4502-96b8-5ee9b3c1a7a3",
            "last_updated": "2023-08-07T19:28:12.732664-04:00",
            "created_at": "2023-08-06T08:38:15.536745-04:00",
            "name": "HOU (J Urquidy)",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/439cd18a-b25a-4d88-9b9d-692344168781/?format=api"
        }
    ]
}