GET /api/bet_types/a0f7c3a5-6b42-4cb4-94ea-dfe75b0b9ed7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0f7c3a5-6b42-4cb4-94ea-dfe75b0b9ed7",
    "match": "https://api-prod.gambitprofit.com/api/matches/e7b64a17-396a-42b7-8cf5-971f52345cfe/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-02T09:03:04.164640-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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "73486d1b-ad81-4db8-ab31-7fc9a33d3f53",
            "gambit_id": "4677191f-25c9-4c55-a279-53d34d67f73d",
            "last_updated": "2023-11-03T11:58:27.864571-04:00",
            "created_at": "2023-11-02T09:03:04.169743-04:00",
            "name": "Detroit Pistons",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0f7c3a5-6b42-4cb4-94ea-dfe75b0b9ed7/?format=api"
        },
        {
            "id": "989460fa-4406-4b50-9d8c-1584073ca4fd",
            "gambit_id": "464592be-53b6-479c-b336-e160a11ab377",
            "last_updated": "2023-11-03T11:58:27.869327-04:00",
            "created_at": "2023-11-02T09:03:04.173783-04:00",
            "name": "New Orleans Pelicans",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0f7c3a5-6b42-4cb4-94ea-dfe75b0b9ed7/?format=api"
        }
    ]
}