GET /api/bet_types/a539273a-d408-4cd6-9ab9-edde073e27d9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a539273a-d408-4cd6-9ab9-edde073e27d9",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ebb8db3-81de-49ab-b5a8-dad8d5368229/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-22T09:58:24.293922-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 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "af9fa10d-40b9-4491-ab51-cf4afc6c028a",
            "gambit_id": "106cd88b-4793-4640-9e82-346f39882b96",
            "last_updated": "2023-09-23T20:48:06.929495-04:00",
            "created_at": "2023-09-22T09:58:24.297432-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a539273a-d408-4cd6-9ab9-edde073e27d9/?format=api"
        },
        {
            "id": "943d00a4-8b40-4baa-a30f-419ef12b003c",
            "gambit_id": "ac75ce44-3975-4ab0-bc5e-7d3105e9cd75",
            "last_updated": "2023-09-23T20:48:06.933804-04:00",
            "created_at": "2023-09-22T09:58:24.301266-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a539273a-d408-4cd6-9ab9-edde073e27d9/?format=api"
        }
    ]
}