GET /api/bet_types/37bfee42-f9cd-435d-a497-494525ee344b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37bfee42-f9cd-435d-a497-494525ee344b",
    "match": "https://api-prod.gambitprofit.com/api/matches/2cbea338-9260-473b-a903-5d0c5a98b0d8/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Nashville Predators",
                "amount": 6173.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "eb566645-6487-4a73-b558-8f1e94094c65",
            "gambit_id": "9fdd2512-21f5-4834-ab62-13cd626c78c9",
            "last_updated": "2022-10-11T12:11:56.385190-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37bfee42-f9cd-435d-a497-494525ee344b/?format=api"
        },
        {
            "id": "2e891864-503c-44de-b281-9a56320a0d89",
            "gambit_id": "797a15b3-d44c-4f14-b38b-cdbdb2d604c5",
            "last_updated": "2022-10-11T12:11:56.384162-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "2.50000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37bfee42-f9cd-435d-a497-494525ee344b/?format=api"
        }
    ]
}