GET /api/bet_types/7f94d64d-8fe6-4ece-8cfc-93a862df37e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f94d64d-8fe6-4ece-8cfc-93a862df37e7",
    "match": "https://api-prod.gambitprofit.com/api/matches/55d1eb88-2e74-4c92-b730-2762241bb6c1/?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": "Oklahoma State",
                "amount": 7660.0
            },
            {
                "team": "Texas Tech",
                "amount": 2340.0
            }
        ],
        "expected_reward_tokens": 9498.4,
        "profit_sb": -1.6,
        "profit_sb_percentage": -0.02,
        "recommended": false
    },
    "lines": [
        {
            "id": "d7792654-430b-41c7-a683-ac8dc04beb8d",
            "gambit_id": "e37b1832-d83f-4298-9886-c9358fe8cb0e",
            "last_updated": "2022-10-11T11:12:31.131681-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma State",
            "reward": "1.24000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f94d64d-8fe6-4ece-8cfc-93a862df37e7/?format=api"
        },
        {
            "id": "ba710173-f231-4d40-9410-19433775ff75",
            "gambit_id": "29a97f39-5b3e-4482-bace-cd37dc668b06",
            "last_updated": "2022-10-11T11:12:31.132647-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas Tech",
            "reward": "4.06000",
            "odds": "4.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f94d64d-8fe6-4ece-8cfc-93a862df37e7/?format=api"
        }
    ]
}