GET /api/bet_types/523e7ba2-8f44-4d8b-a329-52ecff84dca8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "523e7ba2-8f44-4d8b-a329-52ecff84dca8",
    "match": "https://api-prod.gambitprofit.com/api/matches/462e744e-ecb2-46bf-ae2e-1bf0c4413d29/?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": 10300.0,
        "profit_sb": 800.0,
        "profit_sb_percentage": 8.42,
        "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": 9167.0
            },
            {
                "team": "Northwestern",
                "amount": 833.0
            }
        ],
        "expected_reward_tokens": 9442.01,
        "profit_sb": -57.99,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "bb4c9f2d-7dbf-4887-b531-d25bb3e96a26",
            "gambit_id": "58eef7aa-d60f-4bf6-8317-1fdea3e69041",
            "last_updated": "2022-10-03T09:52:11.736826-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Penn State",
            "reward": "1.03000",
            "odds": "1.03330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/523e7ba2-8f44-4d8b-a329-52ecff84dca8/?format=api"
        },
        {
            "id": "9cb71126-f6c5-4857-bf43-fe11034b46f2",
            "gambit_id": "62cd20f6-995e-4381-a09d-225a39fe26dd",
            "last_updated": "2022-10-03T09:52:11.737859-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Northwestern",
            "reward": "11.34000",
            "odds": "12.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/523e7ba2-8f44-4d8b-a329-52ecff84dca8/?format=api"
        }
    ]
}