GET /api/bet_types/92478aca-658a-443a-bef1-731327420fba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "92478aca-658a-443a-bef1-731327420fba",
    "match": "https://api-prod.gambitprofit.com/api/matches/92bb0a44-55de-4810-b76d-614ea57da78e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-10T11:22:01.044207-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": "SDG",
                "amount": 6308.0
            },
            {
                "team": "NYM",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "5bb10d17-a298-4a18-b4e1-3e3150b757fc",
            "gambit_id": "18633db3-a462-4831-9ac1-f54ebd932ac6",
            "last_updated": "2023-04-11T13:22:06.399038-04:00",
            "created_at": "2023-04-10T11:22:01.048258-04:00",
            "name": "SDG",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92478aca-658a-443a-bef1-731327420fba/?format=api"
        },
        {
            "id": "8a785013-fb30-48d7-ad4a-7a6491b5e206",
            "gambit_id": "83776074-1d7d-4fcd-8a42-956e1fac0999",
            "last_updated": "2023-04-11T13:22:06.396571-04:00",
            "created_at": "2023-04-10T11:22:01.045940-04:00",
            "name": "NYM",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92478aca-658a-443a-bef1-731327420fba/?format=api"
        }
    ]
}