GET /api/bet_types/655234b2-1eec-40c5-a4a3-b07f631f6fc9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "655234b2-1eec-40c5-a4a3-b07f631f6fc9",
    "match": "https://api-prod.gambitprofit.com/api/matches/38f2499a-aad7-49c6-903e-4553fd9a22d5/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Georgia",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10400.0,
        "profit_sb": 900.0,
        "profit_sb_percentage": 9.47,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Georgia",
                "amount": 9114.0
            },
            {
                "team": "Florida",
                "amount": 886.0
            }
        ],
        "expected_reward_tokens": 9478.56,
        "profit_sb": -21.44,
        "profit_sb_percentage": -0.23,
        "recommended": false
    },
    "lines": [
        {
            "id": "450153bc-0816-4dec-9e29-1eb4e019a5f3",
            "gambit_id": "f12ab73e-ff43-431d-b797-8e456c9154ba",
            "last_updated": "2022-10-31T10:37:24.942331-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia",
            "reward": "1.04000",
            "odds": "1.04000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/655234b2-1eec-40c5-a4a3-b07f631f6fc9/?format=api"
        },
        {
            "id": "7c114288-8374-41be-9736-17935f392868",
            "gambit_id": "55a60241-103a-4061-9954-f4b19a11e398",
            "last_updated": "2022-10-31T10:37:24.943326-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida",
            "reward": "10.70000",
            "odds": "11.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/655234b2-1eec-40c5-a4a3-b07f631f6fc9/?format=api"
        }
    ]
}