GET /api/bet_types/8260ffea-61a0-4917-b910-24e861deb795/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8260ffea-61a0-4917-b910-24e861deb795",
    "match": "https://api-prod.gambitprofit.com/api/matches/7035fa96-3998-4ea1-9682-d15d2d336260/?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 7",
                "amount": 5313.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4687.0
            }
        ],
        "expected_reward_tokens": 9138.36,
        "profit_sb": 138.36,
        "profit_sb_percentage": 1.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "26e5d71b-f3b3-4f8c-834b-f87bbb167884",
            "gambit_id": "27fc753d-5a55-45ff-8890-c73c6f5eb928",
            "last_updated": "2022-08-25T10:22:12.083031-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.72000",
            "odds": "1.80000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8260ffea-61a0-4917-b910-24e861deb795/?format=api"
        },
        {
            "id": "6697f928-798e-4036-a879-19bd2398f4d9",
            "gambit_id": "867bdc35-9fd8-475c-b6f9-a298966826d2",
            "last_updated": "2022-08-25T10:22:12.083507-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.95000",
            "odds": "2.05000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8260ffea-61a0-4917-b910-24e861deb795/?format=api"
        }
    ]
}