GET /api/bet_types/a97fbe3b-54c9-4c70-ba8d-b32e35e54705/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a97fbe3b-54c9-4c70-ba8d-b32e35e54705",
    "match": "https://api-prod.gambitprofit.com/api/matches/ef3b261a-c342-4a6d-9faa-9b85fe7e14ca/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-16T17:37:16.507204-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": "Ottawa Senators",
                "amount": 6547.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "febacae1-a1ec-4cba-b39d-28880ee8c306",
            "gambit_id": "1fd268f4-7bca-414e-b1dd-0ff73091acdd",
            "last_updated": "2023-03-17T13:52:05.118162-04:00",
            "created_at": "2023-03-16T17:37:16.508830-04:00",
            "name": "Ottawa Senators",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a97fbe3b-54c9-4c70-ba8d-b32e35e54705/?format=api"
        },
        {
            "id": "4107f2ac-ab9f-48d6-bce0-4c0345714d09",
            "gambit_id": "6cb794f2-1ed9-445d-bd15-bc9d162752de",
            "last_updated": "2023-03-17T13:52:05.119172-04:00",
            "created_at": "2023-03-16T17:37:16.510596-04:00",
            "name": "Colorado Avalanche",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a97fbe3b-54c9-4c70-ba8d-b32e35e54705/?format=api"
        }
    ]
}