GET /api/bet_types/ed43e728-726d-40ac-8acd-e46d38ffd450/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed43e728-726d-40ac-8acd-e46d38ffd450",
    "match": "https://api-prod.gambitprofit.com/api/matches/030943a5-d62c-4084-b2f5-07ab3e90ba90/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-02T07:42:06.293481-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": "Vancouver Canucks",
                "amount": 6308.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "702a17ad-912f-449c-931d-d43a98fa0307",
            "gambit_id": "01e4151b-30c6-475e-b623-188016262b11",
            "last_updated": "2023-03-03T09:52:06.843068-05:00",
            "created_at": "2023-03-02T07:42:06.294615-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed43e728-726d-40ac-8acd-e46d38ffd450/?format=api"
        },
        {
            "id": "57bcffc2-b889-48ff-bdf1-5b3140474a12",
            "gambit_id": "d2e49381-294b-49cf-abd2-0dbfec57f00d",
            "last_updated": "2023-03-03T09:52:06.844212-05:00",
            "created_at": "2023-03-02T07:42:06.295858-05:00",
            "name": "Minnesota Wild",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed43e728-726d-40ac-8acd-e46d38ffd450/?format=api"
        }
    ]
}