GET /api/bet_types/e3a1f9aa-eb96-4b5a-8b3b-406d02b4a342/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e3a1f9aa-eb96-4b5a-8b3b-406d02b4a342",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b86fff4-106a-4f07-9501-018180582043/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-20T09:16:48.327563-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": "Boston Bruins",
                "amount": 5521.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "b07dea54-3ba9-4991-8b2a-3bbb60b95052",
            "gambit_id": "2fabc47f-f1b9-4cb7-9bc9-ab29de314359",
            "last_updated": "2023-02-21T09:31:48.068166-05:00",
            "created_at": "2023-02-20T09:16:48.328836-05:00",
            "name": "Boston Bruins",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3a1f9aa-eb96-4b5a-8b3b-406d02b4a342/?format=api"
        },
        {
            "id": "21d09ea9-5673-47cf-be13-d41ee661ca87",
            "gambit_id": "8e9f828c-70a7-4027-b6da-49db1d342b91",
            "last_updated": "2023-02-21T09:31:48.069352-05:00",
            "created_at": "2023-02-20T09:16:48.330120-05:00",
            "name": "Ottawa Senators",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3a1f9aa-eb96-4b5a-8b3b-406d02b4a342/?format=api"
        }
    ]
}