GET /api/bet_types/b83db2d0-eaf9-49ad-b500-672ba8ea4ed2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b83db2d0-eaf9-49ad-b500-672ba8ea4ed2",
    "match": "https://api-prod.gambitprofit.com/api/matches/ebedaec2-a449-4c08-a112-fe74f0817adf/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-28T09:42:07.362605-05: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": "Anaheim Ducks",
                "amount": 5000.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "78fe39ef-cd96-4918-8b3b-3b3b05fa193b",
            "gambit_id": "00e9bfbc-cca6-42b3-a027-0af0c97d7abd",
            "last_updated": "2023-01-30T17:46:55.491938-05:00",
            "created_at": "2023-01-28T09:42:07.363841-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b83db2d0-eaf9-49ad-b500-672ba8ea4ed2/?format=api"
        },
        {
            "id": "43ea01c1-4b93-4625-988c-e1a15ef43b13",
            "gambit_id": "b645e2d1-119d-49ef-b937-93dc3b77c144",
            "last_updated": "2023-01-30T17:46:55.493168-05:00",
            "created_at": "2023-01-28T09:42:07.365133-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b83db2d0-eaf9-49ad-b500-672ba8ea4ed2/?format=api"
        }
    ]
}