GET /api/bet_types/a1265b19-b10a-4e4d-a0f3-8fb50531f13d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a1265b19-b10a-4e4d-a0f3-8fb50531f13d",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3858c05-4840-46e9-9d2b-c0739ef3af42/?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 7",
                "amount": 5207.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4793.0
            }
        ],
        "expected_reward_tokens": 9058.77,
        "profit_sb": 58.77,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "881179f5-6089-4c23-a96b-5a08a49aca0d",
            "gambit_id": "13aaa570-fd1d-4664-85f6-462d9a88dc7d",
            "last_updated": "2022-09-11T18:27:16.584022-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.74000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1265b19-b10a-4e4d-a0f3-8fb50531f13d/?format=api"
        },
        {
            "id": "cc062ec6-3862-467c-ac30-0e21c0f5b2ac",
            "gambit_id": "c8b3ea7b-389e-4367-bb09-4af7daeb6d76",
            "last_updated": "2022-09-11T18:27:16.582947-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.89000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1265b19-b10a-4e4d-a0f3-8fb50531f13d/?format=api"
        }
    ]
}