GET /api/bet_types/e472cd52-4a41-4b93-bfd5-cc52063205d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e472cd52-4a41-4b93-bfd5-cc52063205d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/fe06e7ba-f8d9-4471-aa09-320c2ffc6756/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-24T12:58:15.188138-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": "NYY",
                "amount": 6154.0
            },
            {
                "team": "ARI",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "6f7bb483-3f3d-4bf4-928c-e4f4e00e55ed",
            "gambit_id": "71edc0e7-6437-4afe-8731-20f81facb5e8",
            "last_updated": "2023-09-26T09:58:06.207441-04:00",
            "created_at": "2023-09-24T12:58:15.199792-04:00",
            "name": "NYY",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e472cd52-4a41-4b93-bfd5-cc52063205d8/?format=api"
        },
        {
            "id": "a28111a9-4a79-4903-8272-271c101936e8",
            "gambit_id": "d70a63fc-a864-45e3-ae7f-730419e00563",
            "last_updated": "2023-09-26T09:58:06.204006-04:00",
            "created_at": "2023-09-24T12:58:15.192191-04:00",
            "name": "ARI",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e472cd52-4a41-4b93-bfd5-cc52063205d8/?format=api"
        }
    ]
}