GET /api/bet_types/d3163289-9cf3-48a5-9303-eddd4eab903b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3163289-9cf3-48a5-9303-eddd4eab903b",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c4c55f6-7a73-48f3-a9bc-c9934e28e232/?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": "Indianapolis Colts",
                "amount": 7281.0
            },
            {
                "team": "Houston Texans",
                "amount": 2719.0
            }
        ],
        "expected_reward_tokens": 9244.6,
        "profit_sb": 244.6,
        "profit_sb_percentage": 2.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "fdf16d4f-249f-45fb-8a26-765eb5bff173",
            "gambit_id": "dcedf09f-0caa-4cae-9d4c-9f8d9260a36a",
            "last_updated": "2022-09-12T10:37:07.903930-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indianapolis Colts",
            "reward": "1.27000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3163289-9cf3-48a5-9303-eddd4eab903b/?format=api"
        },
        {
            "id": "52ff75e6-4698-459c-a282-158c6b2358fa",
            "gambit_id": "befcdca5-0d3c-45d5-a8ca-24e4b254bcab",
            "last_updated": "2022-09-12T10:37:07.902963-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Texans",
            "reward": "3.40000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3163289-9cf3-48a5-9303-eddd4eab903b/?format=api"
        }
    ]
}