GET /api/bet_types/ab0a3519-4eef-4e09-835b-7b6abe44dab0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab0a3519-4eef-4e09-835b-7b6abe44dab0",
    "match": "https://api-prod.gambitprofit.com/api/matches/e521873a-9f3d-412b-ad14-21689ffe20ba/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-21T09:03:14.492910-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": "St Louis Cardinals",
                "amount": 5440.0
            },
            {
                "team": "Pittsburgh Pirates",
                "amount": 4560.0
            }
        ],
        "expected_reward_tokens": 9574.4,
        "profit_sb": 74.4,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "5d8c961a-8305-4289-b7a2-ef18a9027378",
            "gambit_id": "0ce10dfd-bbbd-4028-a9c6-7ed11b153ce6",
            "last_updated": "2023-08-23T09:58:08.815030-04:00",
            "created_at": "2023-08-21T09:03:14.497452-04:00",
            "name": "St Louis Cardinals",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab0a3519-4eef-4e09-835b-7b6abe44dab0/?format=api"
        },
        {
            "id": "db80c81c-904d-4f18-be01-71a533093258",
            "gambit_id": "1fad6d75-323d-4d99-b867-5e21644e2fa1",
            "last_updated": "2023-08-23T09:58:08.818648-04:00",
            "created_at": "2023-08-21T09:03:14.501798-04:00",
            "name": "Pittsburgh Pirates",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab0a3519-4eef-4e09-835b-7b6abe44dab0/?format=api"
        }
    ]
}