GET /api/bet_types/59b3ea21-9e3b-4a83-b8c5-4d09aa50ecba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59b3ea21-9e3b-4a83-b8c5-4d09aa50ecba",
    "match": "https://api-prod.gambitprofit.com/api/matches/7effb195-8a63-4e67-9e7f-0030c29d31ee/?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 219",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 219",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "0a9c022f-4ee3-4cf9-b119-1bb5f82d25a7",
            "gambit_id": "9349f6e1-40d8-441b-9405-c8c861ab7cbd",
            "last_updated": "2022-11-06T20:17:29.065346-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 219",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "219.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59b3ea21-9e3b-4a83-b8c5-4d09aa50ecba/?format=api"
        },
        {
            "id": "7020161a-5ee9-40c1-8067-8b547bcc5f69",
            "gambit_id": "334a0b2a-c41c-4aa8-8cf6-f6fa5df7ac69",
            "last_updated": "2022-11-06T20:17:29.064260-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 219",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "219.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59b3ea21-9e3b-4a83-b8c5-4d09aa50ecba/?format=api"
        }
    ]
}