GET /api/bet_types/8ee8f472-b182-4a36-bcf3-d0da7bd6a1b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ee8f472-b182-4a36-bcf3-d0da7bd6a1b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/e6a37158-4a9c-4c76-b68b-d7381dc76459/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-23T08:33:19.169502-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": 6449.0
            },
            {
                "team": "HOU",
                "amount": 3551.0
            }
        ],
        "expected_reward_tokens": 9480.03,
        "profit_sb": -19.97,
        "profit_sb_percentage": -0.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "5893a637-67d6-4b9e-b81e-7c1553abef8b",
            "gambit_id": "96f33d3a-0332-42ea-a93c-aef4780669ef",
            "last_updated": "2023-08-24T17:28:06.428906-04:00",
            "created_at": "2023-08-23T08:33:19.173220-04:00",
            "name": "BOS",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ee8f472-b182-4a36-bcf3-d0da7bd6a1b6/?format=api"
        },
        {
            "id": "4489cd1c-a6f0-4c06-adb4-f7f7a444e151",
            "gambit_id": "7863c24d-bb5b-44ba-b5c8-0a4174c63be6",
            "last_updated": "2023-08-24T17:28:06.432345-04:00",
            "created_at": "2023-08-23T08:33:19.178294-04:00",
            "name": "HOU",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ee8f472-b182-4a36-bcf3-d0da7bd6a1b6/?format=api"
        }
    ]
}