GET /api/bet_types/4e4c2899-bead-419c-a00c-2f0e4e98aadd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e4c2899-bead-419c-a00c-2f0e4e98aadd",
    "match": "https://api-prod.gambitprofit.com/api/matches/3920c53b-e2d8-4a30-ad87-831d8dd1c7bc/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-30T10:27:09.359598-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": "Game Total Under 50.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 50.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c529ab8a-371f-442e-a82e-24f99cf5a0d2",
            "gambit_id": "96934c4c-68c0-4023-9c33-840787b3e23c",
            "last_updated": "2022-12-31T10:56:57.057267-05:00",
            "created_at": "2022-12-30T10:27:09.360757-05:00",
            "name": "Game Total Under 50.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "50.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e4c2899-bead-419c-a00c-2f0e4e98aadd/?format=api"
        },
        {
            "id": "6448789a-c890-40e6-b3f0-88b302cb64f9",
            "gambit_id": "130031ba-0279-42c0-8b31-30cd76f1b4f1",
            "last_updated": "2022-12-31T10:56:57.058340-05:00",
            "created_at": "2022-12-30T10:27:09.361981-05:00",
            "name": "Game Total Over 50.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "50.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e4c2899-bead-419c-a00c-2f0e4e98aadd/?format=api"
        }
    ]
}