GET /api/bet_types/2a25d3a6-7c58-40a5-b489-d8e8b72a6166/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a25d3a6-7c58-40a5-b489-d8e8b72a6166",
    "match": "https://api-prod.gambitprofit.com/api/matches/062a94e6-f661-401c-89af-8ded5fbc35e6/?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 State",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10700.0,
        "profit_sb": 1700.0,
        "profit_sb_percentage": 18.89,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Georgia State",
                "amount": 8695.0
            },
            {
                "team": "Charlotte",
                "amount": 1305.0
            }
        ],
        "expected_reward_tokens": 9303.65,
        "profit_sb": 303.65,
        "profit_sb_percentage": 3.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "db0b05f5-7ef8-4519-b19b-971232b2c56a",
            "gambit_id": "19eb4fee-091d-490d-9175-76ab5ffab8aa",
            "last_updated": "2022-09-18T13:07:28.759186-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia State",
            "reward": "1.07000",
            "odds": "1.08330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a25d3a6-7c58-40a5-b489-d8e8b72a6166/?format=api"
        },
        {
            "id": "da900d39-913d-4435-a74e-3181c77a329d",
            "gambit_id": "35dd7972-7e36-4375-b991-7bab814f463c",
            "last_updated": "2022-09-18T13:07:28.760338-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte",
            "reward": "7.13000",
            "odds": "8.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a25d3a6-7c58-40a5-b489-d8e8b72a6166/?format=api"
        }
    ]
}