GET /api/bet_types/735f7ca0-4a2b-4768-b1d0-2bd61efac8ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "735f7ca0-4a2b-4768-b1d0-2bd61efac8ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/eed42951-fa20-4b8c-a318-52145113ecc0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-12T10:03:18.219462-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": "Ricky Simon",
                "amount": 6183.0
            },
            {
                "team": "Mario Bautista",
                "amount": 3817.0
            }
        ],
        "expected_reward_tokens": 9274.5,
        "profit_sb": -225.5,
        "profit_sb_percentage": -2.37,
        "recommended": false
    },
    "lines": [
        {
            "id": "c897890a-fb71-40fa-9743-6584f374fd6e",
            "gambit_id": "6a633688-5874-4efd-b7c6-8c43a033e1c7",
            "last_updated": "2024-01-17T22:48:14.333507-05:00",
            "created_at": "2024-01-12T10:03:18.227968-05:00",
            "name": "Ricky Simon",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/735f7ca0-4a2b-4768-b1d0-2bd61efac8ae/?format=api"
        },
        {
            "id": "735580f2-7e62-4c10-8c7c-1e3833d2230e",
            "gambit_id": "f6e3b101-cad3-4ed7-979d-3b8044204347",
            "last_updated": "2024-01-17T22:48:14.329699-05:00",
            "created_at": "2024-01-12T10:03:18.223865-05:00",
            "name": "Mario Bautista",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/735f7ca0-4a2b-4768-b1d0-2bd61efac8ae/?format=api"
        }
    ]
}