GET /api/bet_types/9ed6c23a-5795-490f-8b69-55cf0427c07a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ed6c23a-5795-490f-8b69-55cf0427c07a",
    "match": "https://api-prod.gambitprofit.com/api/matches/a27af9e3-ffdf-452b-9515-03b61d94a004/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-12T08:57:09.387657-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": "BOS",
                "amount": 6154.0
            },
            {
                "team": "TAM",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "cce790ed-5a08-4fc4-aedb-d138ce406125",
            "gambit_id": "0d3461f4-d855-49c3-b247-cef5053d2687",
            "last_updated": "2023-04-13T10:52:19.436826-04:00",
            "created_at": "2023-04-12T08:57:09.391513-04:00",
            "name": "BOS",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ed6c23a-5795-490f-8b69-55cf0427c07a/?format=api"
        },
        {
            "id": "51cba326-ece5-4dba-8b7f-ade4b10dd57c",
            "gambit_id": "29e8e4e2-e23b-45fd-b5e7-41656aeca1ff",
            "last_updated": "2023-04-13T10:52:19.435636-04:00",
            "created_at": "2023-04-12T08:57:09.389618-04:00",
            "name": "TAM",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ed6c23a-5795-490f-8b69-55cf0427c07a/?format=api"
        }
    ]
}