GET /api/bet_types/3adcb69a-52ee-4db4-9792-63f2e589f4ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3adcb69a-52ee-4db4-9792-63f2e589f4ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/e5f0c7a2-bad6-4eab-951d-9b255e8405c9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-20T11:36:57.698747-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": "Texas",
                "amount": 5107.0
            },
            {
                "team": "Xavier",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "d98b732d-9afa-4e18-8c40-7b288a10d18e",
            "gambit_id": "0fcc6d1c-c6e7-4805-a493-f5dd81c68856",
            "last_updated": "2023-03-26T13:37:02.974308-04:00",
            "created_at": "2023-03-20T11:36:57.701106-04:00",
            "name": "Texas",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3adcb69a-52ee-4db4-9792-63f2e589f4ad/?format=api"
        },
        {
            "id": "efbbcb0c-7857-4707-9cfe-6346c34aa7d8",
            "gambit_id": "867b1d44-4156-4677-8af0-6561643dd890",
            "last_updated": "2023-03-26T13:37:02.976984-04:00",
            "created_at": "2023-03-20T11:36:57.703621-04:00",
            "name": "Xavier",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3adcb69a-52ee-4db4-9792-63f2e589f4ad/?format=api"
        }
    ]
}