GET /api/bet_types/5a8ab4fa-562a-4cdd-8101-344c369f928d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a8ab4fa-562a-4cdd-8101-344c369f928d",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b1ebab6-2bab-489d-a284-7a3b86c4a94c/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-04T09:43:02.074161-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 Over 55",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 55",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "35dad6e7-0878-4068-9dcf-fc2cd63c873b",
            "gambit_id": "a3ccf6c1-1780-4b4e-b147-fce0eee521c4",
            "last_updated": "2024-01-09T22:18:08.515576-05:00",
            "created_at": "2024-01-04T09:43:02.082224-05:00",
            "name": "Game Total Over 55",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "55.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a8ab4fa-562a-4cdd-8101-344c369f928d/?format=api"
        },
        {
            "id": "37fe6295-befa-4201-8d00-63310e8f29af",
            "gambit_id": "6c83842d-70f6-4a54-8be7-0f0b95cf6782",
            "last_updated": "2024-01-09T22:18:08.520141-05:00",
            "created_at": "2024-01-04T09:43:02.077769-05:00",
            "name": "Game Total Under 55",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "55.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a8ab4fa-562a-4cdd-8101-344c369f928d/?format=api"
        }
    ]
}