GET /api/bet_types/5e16c162-9f2f-465b-939d-e6a4ab4cc91b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e16c162-9f2f-465b-939d-e6a4ab4cc91b",
    "match": "https://api-prod.gambitprofit.com/api/matches/19cef6b5-958b-409c-9152-5246af7dddab/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-27T08:57:14.940259-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": "Ottawa Senators",
                "amount": 5822.0
            },
            {
                "team": "Boston Bruins",
                "amount": 4178.0
            }
        ],
        "expected_reward_tokens": 9024.1,
        "profit_sb": 24.1,
        "profit_sb_percentage": 0.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "34aa496b-0327-4dd9-ac6b-b975baa05441",
            "gambit_id": "c4080215-1d62-477b-b7f3-72443f7040b8",
            "last_updated": "2022-12-28T21:52:16.441962-05:00",
            "created_at": "2022-12-27T08:57:14.941460-05:00",
            "name": "Ottawa Senators",
            "reward": "1.55000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e16c162-9f2f-465b-939d-e6a4ab4cc91b/?format=api"
        },
        {
            "id": "48d0235e-7483-4d6f-a132-1475c149a6f3",
            "gambit_id": "c1d337cf-171f-4475-90e9-dc958a908101",
            "last_updated": "2022-12-28T21:52:16.443072-05:00",
            "created_at": "2022-12-27T08:57:14.942695-05:00",
            "name": "Boston Bruins",
            "reward": "2.16000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e16c162-9f2f-465b-939d-e6a4ab4cc91b/?format=api"
        }
    ]
}