GET /api/bet_types/63e268d0-e97c-4e29-9232-ddbc5f16b4fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "63e268d0-e97c-4e29-9232-ddbc5f16b4fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/38e81c5c-c240-41d3-8dd6-de5b7d68a944/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T19:52:11.566556-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "UCLA",
                "amount": 5000.0
            },
            {
                "team": "NC-Asheville",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "96b70464-bef3-4642-b620-f79e78ceb7cc",
            "gambit_id": "1dfda446-66f0-4e88-a012-2341f6cfc742",
            "last_updated": "2023-03-17T10:32:20.718548-04:00",
            "created_at": "2023-03-14T19:52:11.568446-04:00",
            "name": "UCLA",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-17.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63e268d0-e97c-4e29-9232-ddbc5f16b4fb/?format=api"
        },
        {
            "id": "731457bf-0edd-4c5a-bc25-07170fb71e3b",
            "gambit_id": "9f464f45-9ed5-486a-b1eb-d17ad03b4fde",
            "last_updated": "2023-03-17T10:32:20.719869-04:00",
            "created_at": "2023-03-14T19:52:11.569969-04:00",
            "name": "NC-Asheville",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "17.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63e268d0-e97c-4e29-9232-ddbc5f16b4fb/?format=api"
        }
    ]
}