GET /api/bet_types/ca9b715c-d91b-43fb-bee3-d42ac40204f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca9b715c-d91b-43fb-bee3-d42ac40204f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/75143fb8-0ed0-441e-be6e-2d2f6525a354/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-05T09:32:58.038024-05: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 Angeles Clippers",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e99f20bb-73f2-4570-bb6c-14410268b1ba",
            "gambit_id": "0a0473f1-fcd0-467d-8040-44a0dbfca729",
            "last_updated": "2024-01-08T14:38:13.674187-05:00",
            "created_at": "2024-01-05T09:32:58.042888-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca9b715c-d91b-43fb-bee3-d42ac40204f1/?format=api"
        },
        {
            "id": "692720c1-1466-4146-b051-4769966374b6",
            "gambit_id": "99ffc499-414c-4a7b-8f16-d28e01c67fe3",
            "last_updated": "2024-01-08T14:38:13.678705-05:00",
            "created_at": "2024-01-05T09:32:58.046940-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca9b715c-d91b-43fb-bee3-d42ac40204f1/?format=api"
        }
    ]
}