GET /api/bet_types/c9ed6d17-6138-4db8-b363-af9d5c0771ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9ed6d17-6138-4db8-b363-af9d5c0771ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/5aa92ffe-0508-40e4-819d-0b6f9c17def5/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 49",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 49",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "3210c037-3bf2-4fc7-874f-7f28b640b53a",
            "gambit_id": "8c8d38bc-abc7-496c-b615-0338b1ce96b3",
            "last_updated": "2022-09-18T20:37:19.653293-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 49",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "49.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9ed6d17-6138-4db8-b363-af9d5c0771ce/?format=api"
        },
        {
            "id": "b84d097b-f0ab-49c2-9438-ccd3af83cd3d",
            "gambit_id": "77a92d82-6cbc-4934-88d7-5ea8a8e092b6",
            "last_updated": "2022-09-18T20:37:19.654331-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 49",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "49.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9ed6d17-6138-4db8-b363-af9d5c0771ce/?format=api"
        }
    ]
}