GET /api/bet_types/6797a3b9-a7b0-4af5-b947-c81e06d41168/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6797a3b9-a7b0-4af5-b947-c81e06d41168",
    "match": "https://api-prod.gambitprofit.com/api/matches/8355a8a5-a5bb-4a48-89be-43ffc7dbdcf4/?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": "Boston Celtics",
                "amount": 8189.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 1811.0
            }
        ],
        "expected_reward_tokens": 9253.57,
        "profit_sb": 253.57,
        "profit_sb_percentage": 2.82,
        "recommended": true
    },
    "lines": [
        {
            "id": "37316a0d-3a83-4081-856a-dab6589cab39",
            "gambit_id": "03b3a6bc-c2d5-47ca-a937-1cb9a0065c2f",
            "last_updated": "2022-11-29T09:57:06.251862-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.13000",
            "odds": "1.15380",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6797a3b9-a7b0-4af5-b947-c81e06d41168/?format=api"
        },
        {
            "id": "34a33689-eae2-4aee-90b7-6b94d93dcd7b",
            "gambit_id": "dcdeb280-f5b9-49d8-901c-ae52ab0ed022",
            "last_updated": "2022-11-29T09:57:06.253008-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "5.11000",
            "odds": "5.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6797a3b9-a7b0-4af5-b947-c81e06d41168/?format=api"
        }
    ]
}