GET /api/bet_types/57a986d7-c098-4893-bf0e-b1e10897dc03/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "57a986d7-c098-4893-bf0e-b1e10897dc03",
    "match": "https://api-prod.gambitprofit.com/api/matches/87e6345d-0bac-4bdf-905d-26c653b97c0e/?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 Under 6",
                "amount": 5208.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "57977ee1-ceb1-4345-9734-bf36f919b990",
            "gambit_id": "a9476833-8080-47be-b0a5-93e784140e64",
            "last_updated": "2022-11-18T09:52:43.903696-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57a986d7-c098-4893-bf0e-b1e10897dc03/?format=api"
        },
        {
            "id": "08ddba5f-a7ff-43da-b150-ada52056a35f",
            "gambit_id": "8ca04d98-0c7c-4720-a729-c146c078a773",
            "last_updated": "2022-11-18T09:52:43.904940-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57a986d7-c098-4893-bf0e-b1e10897dc03/?format=api"
        }
    ]
}