GET /api/bet_types/a97f6dc1-7ba7-4ca7-b841-e439c1988578/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a97f6dc1-7ba7-4ca7-b841-e439c1988578",
    "match": "https://api-prod.gambitprofit.com/api/matches/ff5cbbc4-eb28-42c6-943a-e386078f8311/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-30T10:27:11.234420-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": "Denver Nuggets",
                "amount": 6099.0
            },
            {
                "team": "Miami Heat",
                "amount": 3901.0
            }
        ],
        "expected_reward_tokens": 9087.51,
        "profit_sb": 87.51,
        "profit_sb_percentage": 0.97,
        "recommended": true
    },
    "lines": [
        {
            "id": "8f3bdb2a-c443-4fa4-aef5-ec505ea4caf2",
            "gambit_id": "bf371f46-5f8c-469b-8882-5f6373848931",
            "last_updated": "2022-12-31T14:06:52.195350-05:00",
            "created_at": "2022-12-30T10:27:11.235562-05:00",
            "name": "Denver Nuggets",
            "reward": "1.49000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a97f6dc1-7ba7-4ca7-b841-e439c1988578/?format=api"
        },
        {
            "id": "c9502353-9489-469e-a985-5e830139bcd3",
            "gambit_id": "de672e28-07dc-47a9-afd0-ef3960ad764d",
            "last_updated": "2022-12-31T14:06:52.196434-05:00",
            "created_at": "2022-12-30T10:27:11.236719-05:00",
            "name": "Miami Heat",
            "reward": "2.33000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a97f6dc1-7ba7-4ca7-b841-e439c1988578/?format=api"
        }
    ]
}