GET /api/bet_types/42b9e485-deaf-4847-aa27-ea624907e2ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42b9e485-deaf-4847-aa27-ea624907e2ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/08679b5a-a73a-4304-95da-42c8d9408459/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Miami Florida",
                "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": "Miami Florida",
                "amount": 9299.0
            },
            {
                "team": "Southern Miss",
                "amount": 701.0
            }
        ],
        "expected_reward_tokens": 9484.53,
        "profit_sb": 484.53,
        "profit_sb_percentage": 5.38,
        "recommended": true
    },
    "lines": [
        {
            "id": "655582c9-328d-4736-9f41-bc9d3a282864",
            "gambit_id": "0adb008f-13d0-43b9-9b5f-026682091561",
            "last_updated": "2022-09-11T11:07:06.285499-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Florida",
            "reward": "1.02000",
            "odds": "1.02000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42b9e485-deaf-4847-aa27-ea624907e2ed/?format=api"
        },
        {
            "id": "3a1c935a-f4ff-4443-a96f-e0348a55f349",
            "gambit_id": "ba25e0f0-0c73-44f3-b80b-d609436e54c0",
            "last_updated": "2022-09-11T11:07:06.286682-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Southern Miss",
            "reward": "13.53000",
            "odds": "15.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42b9e485-deaf-4847-aa27-ea624907e2ed/?format=api"
        }
    ]
}