GET /api/bet_types/ebb6d7ee-47a3-48df-9c8c-101e7c5dd1fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ebb6d7ee-47a3-48df-9c8c-101e7c5dd1fd",
    "match": "https://api-prod.gambitprofit.com/api/matches/e97df55d-c8d2-4959-82d4-a0790792f5bc/?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 Over 2.5",
                "amount": 5067.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4933.0
            }
        ],
        "expected_reward_tokens": 9272.61,
        "profit_sb": -227.39,
        "profit_sb_percentage": -2.39,
        "recommended": false
    },
    "lines": [
        {
            "id": "cd72a2b3-9421-490b-8f0a-6fae40a76abf",
            "gambit_id": "24803231-62e6-4941-9a89-561486489f2c",
            "last_updated": "2022-10-24T12:02:01.268237-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.83000",
            "odds": "1.85000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebb6d7ee-47a3-48df-9c8c-101e7c5dd1fd/?format=api"
        },
        {
            "id": "f4fdfea3-e33b-4cf8-9964-c3f94a613d05",
            "gambit_id": "940c9763-c3a1-4b1e-8512-ef2cd0f397dc",
            "last_updated": "2022-10-24T12:02:01.266936-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.88000",
            "odds": "1.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebb6d7ee-47a3-48df-9c8c-101e7c5dd1fd/?format=api"
        }
    ]
}