GET /api/bet_types/aca35068-14c2-4108-b173-656fdb735858/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aca35068-14c2-4108-b173-656fdb735858",
    "match": "https://api-prod.gambitprofit.com/api/matches/824046c9-b66c-4875-b430-16b1912be2d9/?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 58",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 58",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "319027b0-2286-413f-bb31-7d1062720e2f",
            "gambit_id": "4413143c-7146-4a52-9153-8d890d592ca6",
            "last_updated": "2022-09-11T11:02:03.020457-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 58",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "58.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aca35068-14c2-4108-b173-656fdb735858/?format=api"
        },
        {
            "id": "7a8c4481-26aa-4a1d-85d4-f61a83a0b5c0",
            "gambit_id": "8129cd13-b63d-4ce8-93e9-69e728e88cc9",
            "last_updated": "2022-09-11T11:02:03.021514-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 58",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "58.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aca35068-14c2-4108-b173-656fdb735858/?format=api"
        }
    ]
}