GET /api/bet_types/4ea45584-d7f1-4bc7-867e-87e98bec0875/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ea45584-d7f1-4bc7-867e-87e98bec0875",
    "match": "https://api-prod.gambitprofit.com/api/matches/480b8bae-fe7e-4462-9f08-0278f726f4f8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-21T09:21:58.457447-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": "Seattle Kraken",
                "amount": 6163.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "6b79e6a0-8b29-4334-8faa-b4e474b0916e",
            "gambit_id": "7e50e954-c3e6-4bcf-8206-4c6edd0e1b14",
            "last_updated": "2023-03-22T16:46:53.764857-04:00",
            "created_at": "2023-03-21T09:21:58.461047-04:00",
            "name": "Seattle Kraken",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ea45584-d7f1-4bc7-867e-87e98bec0875/?format=api"
        },
        {
            "id": "22990981-5a78-48c5-a634-202a22aa6cf4",
            "gambit_id": "c8e75858-4498-4792-bf5c-539445e01fa5",
            "last_updated": "2023-03-22T16:46:53.762534-04:00",
            "created_at": "2023-03-21T09:21:58.459293-04:00",
            "name": "Dallas Stars",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ea45584-d7f1-4bc7-867e-87e98bec0875/?format=api"
        }
    ]
}