GET /api/bet_types/cfe7bbab-cfaf-4314-b0b9-39daa6227fcf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cfe7bbab-cfaf-4314-b0b9-39daa6227fcf",
    "match": "https://api-prod.gambitprofit.com/api/matches/47a363a3-071b-45ea-8126-cf84c66a1157/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-02T11:52:06.914172-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 Over 6.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "4fa86e05-fed7-4a78-9c91-2e03c5d11015",
            "gambit_id": "dd6d2734-aebf-4832-b259-8e42fd58fdad",
            "last_updated": "2023-05-04T11:27:03.550976-04:00",
            "created_at": "2023-05-02T11:52:06.917280-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfe7bbab-cfaf-4314-b0b9-39daa6227fcf/?format=api"
        },
        {
            "id": "23cc61de-bd08-4a77-bb3d-c834bfb01e25",
            "gambit_id": "553bae77-2842-427a-a895-315f139bd9e9",
            "last_updated": "2023-05-04T11:27:03.548794-04:00",
            "created_at": "2023-05-02T11:52:06.915763-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfe7bbab-cfaf-4314-b0b9-39daa6227fcf/?format=api"
        }
    ]
}