GET /api/bet_types/d8d39d9b-841a-4f7b-b5a3-3271ae3a6669/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d8d39d9b-841a-4f7b-b5a3-3271ae3a6669",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d2b8d7b-9697-4d03-9c90-8f56b441de54/?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": "Indiana Pacers",
                "amount": 5583.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 4417.0
            }
        ],
        "expected_reward_tokens": 9099.02,
        "profit_sb": 99.02,
        "profit_sb_percentage": 1.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "80cc0406-7273-4845-aae9-c70c32e55e91",
            "gambit_id": "6693bdbd-e060-423e-9755-586110fdf9af",
            "last_updated": "2022-11-14T11:28:09.821727-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "1.63000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8d39d9b-841a-4f7b-b5a3-3271ae3a6669/?format=api"
        },
        {
            "id": "2f1ac4b3-6b21-44b4-ae93-ee14bcaf64b4",
            "gambit_id": "10048bbc-1783-4672-a206-8883283845b7",
            "last_updated": "2022-11-14T11:28:09.822851-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "2.06000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8d39d9b-841a-4f7b-b5a3-3271ae3a6669/?format=api"
        }
    ]
}