GET /api/bet_types/547cdac0-4591-4d4e-95b1-68656cd3f161/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "547cdac0-4591-4d4e-95b1-68656cd3f161",
    "match": "https://api-prod.gambitprofit.com/api/matches/e4a1bf83-571d-4daa-a5b9-f56f4cf0b8de/?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 2.5",
                "amount": 5380.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4620.0
            }
        ],
        "expected_reward_tokens": 8823.2,
        "profit_sb": -176.8,
        "profit_sb_percentage": -1.96,
        "recommended": false
    },
    "lines": [
        {
            "id": "040a8ff9-157e-42ae-8d5f-66fbe0d5ad4e",
            "gambit_id": "0c4999f6-7722-4f4f-b4d1-81d249c25ad3",
            "last_updated": "2022-08-15T12:11:56.586940-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.64000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/547cdac0-4591-4d4e-95b1-68656cd3f161/?format=api"
        },
        {
            "id": "be7c9929-7c7e-4e77-bc69-9fa03820f972",
            "gambit_id": "30ef6fb5-5a5f-4156-9a47-ab51301d84b9",
            "last_updated": "2022-08-15T12:11:56.586429-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/547cdac0-4591-4d4e-95b1-68656cd3f161/?format=api"
        }
    ]
}