GET /api/bet_types/6fad2bea-8e30-4682-a6dc-f672d9f72206/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6fad2bea-8e30-4682-a6dc-f672d9f72206",
    "match": "https://api-prod.gambitprofit.com/api/matches/148581ee-5dc4-424b-a77b-8011b3711fc7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-03T12:12:08.032065-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 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "6afb2647-ae5c-4249-be2c-8ad975071b25",
            "gambit_id": "f36b9ad6-ec6b-42d8-86ab-61d3b70ae03a",
            "last_updated": "2023-05-04T11:01:56.688494-04:00",
            "created_at": "2023-05-03T12:12:08.034980-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fad2bea-8e30-4682-a6dc-f672d9f72206/?format=api"
        },
        {
            "id": "1290b401-2eba-4b92-a5a1-bc8222b0b195",
            "gambit_id": "64202324-31dd-47e2-9f8c-96b14a097b6d",
            "last_updated": "2023-05-04T11:01:56.687191-04:00",
            "created_at": "2023-05-03T12:12:08.033533-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fad2bea-8e30-4682-a6dc-f672d9f72206/?format=api"
        }
    ]
}