GET /api/bet_types/d31c3ca1-5c31-4b0d-8967-aa04f799eb00/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d31c3ca1-5c31-4b0d-8967-aa04f799eb00",
    "match": "https://api-prod.gambitprofit.com/api/matches/38066250-ad4c-49a8-9d7b-aa2b5324dc43/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-11T09:07:58.077157-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": "Winnipeg Jets",
                "amount": 6546.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3454.0
            }
        ],
        "expected_reward_tokens": 9360.34,
        "profit_sb": -139.66,
        "profit_sb_percentage": -1.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "78c4df07-1f8f-400b-ab99-f89455e1595d",
            "gambit_id": "58bf1cb7-7bf3-4f76-9139-0e855b576cde",
            "last_updated": "2023-10-12T11:28:04.120255-04:00",
            "created_at": "2023-10-11T09:07:58.081160-04:00",
            "name": "Winnipeg Jets",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d31c3ca1-5c31-4b0d-8967-aa04f799eb00/?format=api"
        },
        {
            "id": "c2739581-bdd2-4f3a-840c-a2cc22221125",
            "gambit_id": "e24a2e9d-aa6c-403f-9652-26e0d074e58e",
            "last_updated": "2023-10-12T11:28:04.123849-04:00",
            "created_at": "2023-10-11T09:07:58.085960-04:00",
            "name": "Calgary Flames",
            "reward": "2.71000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d31c3ca1-5c31-4b0d-8967-aa04f799eb00/?format=api"
        }
    ]
}