GET /api/bet_types/58ce21a4-cf25-4bd2-87f7-280f61878bd0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "58ce21a4-cf25-4bd2-87f7-280f61878bd0",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a52b81e-e90e-4fbe-8b9a-466f07b3253c/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Penn 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": "Penn State",
                "amount": 8734.0
            },
            {
                "team": "Rutgers",
                "amount": 1266.0
            }
        ],
        "expected_reward_tokens": 9343.08,
        "profit_sb": 343.08,
        "profit_sb_percentage": 3.81,
        "recommended": true
    },
    "lines": [
        {
            "id": "a3bc2ddd-13fe-4c04-b141-b557f4be103a",
            "gambit_id": "592fbc39-71d3-4ef4-9178-aa332459624f",
            "last_updated": "2022-11-21T11:43:34.205661-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Penn State",
            "reward": "1.07000",
            "odds": "1.07690",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58ce21a4-cf25-4bd2-87f7-280f61878bd0/?format=api"
        },
        {
            "id": "099d9df4-7ea9-476a-a6fb-dcab73fa50e4",
            "gambit_id": "3399100a-0909-496a-ab55-da9a415ed5a7",
            "last_updated": "2022-11-21T11:43:34.204485-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rutgers",
            "reward": "7.38000",
            "odds": "8.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58ce21a4-cf25-4bd2-87f7-280f61878bd0/?format=api"
        }
    ]
}