GET /api/bet_types/5b16c5b5-dcdf-4d37-a49d-96cdab01f921/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b16c5b5-dcdf-4d37-a49d-96cdab01f921",
    "match": "https://api-prod.gambitprofit.com/api/matches/9fa87f76-4f5a-4a03-8607-30a3e3c1e7b8/?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": 10200.0,
        "profit_sb": 1200.0,
        "profit_sb_percentage": 13.33,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Georgia",
                "amount": 9157.0
            },
            {
                "team": "South Carolina",
                "amount": 843.0
            }
        ],
        "expected_reward_tokens": 9340.14,
        "profit_sb": 340.14,
        "profit_sb_percentage": 3.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "a5bcb64e-99eb-40a8-a5fd-081508b441f2",
            "gambit_id": "3484f984-6944-464f-91a4-c1fc02a79cd8",
            "last_updated": "2022-09-18T18:12:28.177046-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia",
            "reward": "1.02000",
            "odds": "1.02500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b16c5b5-dcdf-4d37-a49d-96cdab01f921/?format=api"
        },
        {
            "id": "b087b1df-e01b-4f37-a7a9-c958f0bed14b",
            "gambit_id": "c0e07f67-aa85-4eb9-b144-b32b9977be48",
            "last_updated": "2022-09-18T18:12:28.176054-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Carolina",
            "reward": "11.08000",
            "odds": "13.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b16c5b5-dcdf-4d37-a49d-96cdab01f921/?format=api"
        }
    ]
}