GET /api/bet_types/2584154a-01da-47d4-a0a5-a825ae05643a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2584154a-01da-47d4-a0a5-a825ae05643a",
    "match": "https://api-prod.gambitprofit.com/api/matches/2303c861-1559-42a9-ace2-6b2d289e8966/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-01T01:03:12.353329-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": "LOS",
                "amount": 6090.0
            },
            {
                "team": "ATL",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "7031b4fc-06c2-4228-b158-f4f7a7de51e7",
            "gambit_id": "9d8de2e9-f2b5-42e8-be43-4d2307efbbf0",
            "last_updated": "2023-09-02T12:03:25.020309-04:00",
            "created_at": "2023-09-01T01:03:12.363785-04:00",
            "name": "LOS",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2584154a-01da-47d4-a0a5-a825ae05643a/?format=api"
        },
        {
            "id": "9fcc5931-7c4e-477d-8441-cf5729f64b3c",
            "gambit_id": "6145a70e-cedd-450a-8646-82a2eaf3b9ac",
            "last_updated": "2023-09-02T12:03:25.016984-04:00",
            "created_at": "2023-09-01T01:03:12.359500-04:00",
            "name": "ATL",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2584154a-01da-47d4-a0a5-a825ae05643a/?format=api"
        }
    ]
}