GET /api/bet_types/a1691e30-d6ed-4348-969b-102d181c0250/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a1691e30-d6ed-4348-969b-102d181c0250",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f0bf746-7d0a-4619-9c57-9297b532ef28/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-17T08:58:20.800631-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": "New York Islanders",
                "amount": 6390.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "e1061ca2-3a9d-443f-8a2b-50af6fb8e781",
            "gambit_id": "3fe4fd80-f0de-4d29-a0e8-7abd69518a1e",
            "last_updated": "2023-10-18T10:57:55.831737-04:00",
            "created_at": "2023-10-17T08:58:20.808359-04:00",
            "name": "New York Islanders",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1691e30-d6ed-4348-969b-102d181c0250/?format=api"
        },
        {
            "id": "96a81bee-5983-427d-b44c-f53aac259e37",
            "gambit_id": "c05ba23c-db8d-4505-8047-51a4c6668452",
            "last_updated": "2023-10-18T10:57:55.828394-04:00",
            "created_at": "2023-10-17T08:58:20.804327-04:00",
            "name": "Arizona Coyotes",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1691e30-d6ed-4348-969b-102d181c0250/?format=api"
        }
    ]
}