GET /api/bet_types/07d69606-438f-4680-9909-8322e3f2b743/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "07d69606-438f-4680-9909-8322e3f2b743",
    "match": "https://api-prod.gambitprofit.com/api/matches/46fb6c2d-e08a-41f4-b80e-1b6e24b5ab0e/?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 8",
                "amount": 5207.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4793.0
            }
        ],
        "expected_reward_tokens": 9058.77,
        "profit_sb": 58.77,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "3b1e4ad4-6d0e-4454-ae85-ba70c7c52454",
            "gambit_id": "dd72b949-f8f1-4bb0-8b5c-80bf9c05058c",
            "last_updated": "2022-09-12T10:52:16.462474-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.74000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07d69606-438f-4680-9909-8322e3f2b743/?format=api"
        },
        {
            "id": "8aa09e29-5f25-4b9b-88ad-1b049389ec13",
            "gambit_id": "5b850149-e803-44c8-9f05-0208c0d58e71",
            "last_updated": "2022-09-12T10:52:16.461425-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.89000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07d69606-438f-4680-9909-8322e3f2b743/?format=api"
        }
    ]
}