GET /api/bet_types/17f40fe2-aef7-4181-b150-05ae8a24cdd5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "17f40fe2-aef7-4181-b150-05ae8a24cdd5",
    "match": "https://api-prod.gambitprofit.com/api/matches/94dc7e5d-5ad8-4d1b-b71c-6bd77d562ecb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-06T14:26:50.352563-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": "Carolina Hurricanes",
                "amount": 6399.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "3821a2e8-d224-4e12-a986-768effbce56a",
            "gambit_id": "e314f77b-23d3-41a9-85db-344ed12ef11d",
            "last_updated": "2023-04-07T20:37:08.078797-04:00",
            "created_at": "2023-04-06T14:26:50.356284-04:00",
            "name": "Carolina Hurricanes",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17f40fe2-aef7-4181-b150-05ae8a24cdd5/?format=api"
        },
        {
            "id": "42516465-ff1a-4f83-a6ba-b9081f73b388",
            "gambit_id": "c40678e3-274d-4a97-a48e-92064d3786b3",
            "last_updated": "2023-04-07T20:37:08.076258-04:00",
            "created_at": "2023-04-06T14:26:50.354399-04:00",
            "name": "Nashville Predators",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17f40fe2-aef7-4181-b150-05ae8a24cdd5/?format=api"
        }
    ]
}