GET /api/bet_types/795f6196-4f6c-46b0-a5ae-e4a820a75b0b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "795f6196-4f6c-46b0-a5ae-e4a820a75b0b",
    "match": "https://api-prod.gambitprofit.com/api/matches/e12d815c-5dc5-473b-a9c1-05ef19fa1059/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-02T16:07:14.808357-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": 5163.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4837.0
            }
        ],
        "expected_reward_tokens": 9190.14,
        "profit_sb": -309.86,
        "profit_sb_percentage": -3.26,
        "recommended": false
    },
    "lines": [
        {
            "id": "1aaa17b0-68d1-4c99-ac47-9a28821074ad",
            "gambit_id": "dd96c048-2c75-498d-80d6-58c6095efab7",
            "last_updated": "2023-02-04T12:07:01.622543-05:00",
            "created_at": "2023-02-02T16:07:14.811552-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.78000",
            "odds": "1.83000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/795f6196-4f6c-46b0-a5ae-e4a820a75b0b/?format=api"
        },
        {
            "id": "3b67dc9a-f0f7-4934-b098-4b858af77044",
            "gambit_id": "3060b632-2f4b-45d7-b52d-78fe6d9953db",
            "last_updated": "2023-02-04T12:07:01.621344-05:00",
            "created_at": "2023-02-02T16:07:14.810046-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.90000",
            "odds": "1.95000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/795f6196-4f6c-46b0-a5ae-e4a820a75b0b/?format=api"
        }
    ]
}