GET /api/bet_types/751fda63-b9f1-4d87-8e52-61d7a649f546/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "751fda63-b9f1-4d87-8e52-61d7a649f546",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ab43bf7-d97d-4b22-9d75-8b9faaed4d0b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-27T08:43:24.839435-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": "SEA",
                "amount": 5213.0
            },
            {
                "team": "WAS",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "41a8f191-142a-4e04-a3b3-ee43b5ec310e",
            "gambit_id": "b0b0d6b4-cf4f-4a0e-993d-33acfcdec29e",
            "last_updated": "2023-06-28T21:23:06.857713-04:00",
            "created_at": "2023-06-27T08:43:24.843636-04:00",
            "name": "SEA",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/751fda63-b9f1-4d87-8e52-61d7a649f546/?format=api"
        },
        {
            "id": "f97994a7-deca-4a72-a71f-dc81a9fe6040",
            "gambit_id": "0a0f49b9-9d8a-435b-90d4-20f91e833a3e",
            "last_updated": "2023-06-28T21:23:06.856183-04:00",
            "created_at": "2023-06-27T08:43:24.841150-04:00",
            "name": "WAS",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/751fda63-b9f1-4d87-8e52-61d7a649f546/?format=api"
        }
    ]
}