GET /api/bet_types/6b811cfc-2410-48f2-b6ec-c7973e5b5bad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6b811cfc-2410-48f2-b6ec-c7973e5b5bad",
    "match": "https://api-prod.gambitprofit.com/api/matches/f026f364-1bac-4df5-8bc2-8d71bb1ebcd0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-19T11:02:12.724080-04: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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "988caa34-5fb5-4428-87d2-cd8ab2399159",
            "gambit_id": "65d4358f-21ff-4b55-9188-eaa8f63f845d",
            "last_updated": "2023-05-20T10:52:03.352490-04:00",
            "created_at": "2023-05-19T11:02:12.725605-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b811cfc-2410-48f2-b6ec-c7973e5b5bad/?format=api"
        },
        {
            "id": "ef2897e2-263b-4484-bc12-838a823f7e72",
            "gambit_id": "6bd7bc79-8781-4646-b951-925195860236",
            "last_updated": "2023-05-20T10:52:03.354979-04:00",
            "created_at": "2023-05-19T11:02:12.727139-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b811cfc-2410-48f2-b6ec-c7973e5b5bad/?format=api"
        }
    ]
}