GET /api/bet_types/9ca3f269-6136-470c-b319-ba1dc98c86d9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ca3f269-6136-470c-b319-ba1dc98c86d9",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf0ad681-5667-4c31-b83b-28130b7b535f/?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 Over 6.5",
                "amount": 5106.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "1c9ef8b0-91a4-4b84-8336-ba28b7416b57",
            "gambit_id": "0ce69bba-2d58-4e72-be27-c6e967232634",
            "last_updated": "2022-10-21T21:02:25.132529-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ca3f269-6136-470c-b319-ba1dc98c86d9/?format=api"
        },
        {
            "id": "2850c903-812b-485b-8686-e3ae12e9ff29",
            "gambit_id": "4962c93a-85b4-49fc-a898-c8c49d40e832",
            "last_updated": "2022-10-21T21:02:25.133596-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ca3f269-6136-470c-b319-ba1dc98c86d9/?format=api"
        }
    ]
}