GET /api/bet_types/41ee1b7f-b7ff-45fb-bf9c-18b7c5c83252/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "41ee1b7f-b7ff-45fb-bf9c-18b7c5c83252",
    "match": "https://api-prod.gambitprofit.com/api/matches/1ad35a32-e35f-4263-a9ee-06df82a1494f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-25T09:07:02.863891-05: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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "fa088fa1-a760-4514-9cd7-331e4f792751",
            "gambit_id": "ed1312ab-445b-4f7c-981b-f32823748d34",
            "last_updated": "2023-02-26T11:41:54.838209-05:00",
            "created_at": "2023-02-25T09:07:02.865063-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41ee1b7f-b7ff-45fb-bf9c-18b7c5c83252/?format=api"
        },
        {
            "id": "61b3c11c-8a16-4be6-b7e4-f902790d44c4",
            "gambit_id": "7e322f51-1c92-40dd-83be-8437321fa658",
            "last_updated": "2023-02-26T11:41:54.839376-05:00",
            "created_at": "2023-02-25T09:07:02.866393-05:00",
            "name": "Miami Heat",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41ee1b7f-b7ff-45fb-bf9c-18b7c5c83252/?format=api"
        }
    ]
}