GET /api/bet_types/67f62651-92e0-4b8b-9e3f-73b0a62b4f07/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67f62651-92e0-4b8b-9e3f-73b0a62b4f07",
    "match": "https://api-prod.gambitprofit.com/api/matches/d1a16e7f-d1b0-4986-a46d-849971faf857/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-13T10:18:25.432471-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": "CLE",
                "amount": 5688.0
            },
            {
                "team": "TAM",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "55fcbb70-1138-4560-be63-d7df26acbfca",
            "gambit_id": "8cb89833-fcf9-40e7-945d-bcbb83d412b8",
            "last_updated": "2023-08-14T18:38:07.047691-04:00",
            "created_at": "2023-08-13T10:18:25.440762-04:00",
            "name": "CLE",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67f62651-92e0-4b8b-9e3f-73b0a62b4f07/?format=api"
        },
        {
            "id": "9d43495f-c216-47a3-89e9-5bce6fdfd720",
            "gambit_id": "f6eb4ed3-9126-4d54-b37c-918c52c56ecb",
            "last_updated": "2023-08-14T18:38:07.052310-04:00",
            "created_at": "2023-08-13T10:18:25.445055-04:00",
            "name": "TAM",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67f62651-92e0-4b8b-9e3f-73b0a62b4f07/?format=api"
        }
    ]
}