GET /api/bet_types/b0d0891e-c408-4cd4-90c5-aa5f0a82afb6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b0d0891e-c408-4cd4-90c5-aa5f0a82afb6",
    "match": "https://api-prod.gambitprofit.com/api/matches/e7bc96d5-9fc4-4b77-b63b-7f9092f3a5a0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-05T10:08:11.911541-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": "San Diego Padres",
                "amount": 5688.0
            },
            {
                "team": "Los Angeles Dodgers",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "4ff03917-98cc-45aa-80be-acc602d24449",
            "gambit_id": "e9a590fa-96a3-486c-a661-a701ee345fae",
            "last_updated": "2023-08-07T14:48:06.727566-04:00",
            "created_at": "2023-08-05T10:08:11.927664-04:00",
            "name": "San Diego Padres",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0d0891e-c408-4cd4-90c5-aa5f0a82afb6/?format=api"
        },
        {
            "id": "644300b4-758d-4875-a35d-17b279b2b7d4",
            "gambit_id": "70530700-7ad8-4c0b-a839-5d77a4e06a5a",
            "last_updated": "2023-08-07T14:48:06.723878-04:00",
            "created_at": "2023-08-05T10:08:11.917153-04:00",
            "name": "Los Angeles Dodgers",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0d0891e-c408-4cd4-90c5-aa5f0a82afb6/?format=api"
        }
    ]
}