GET /api/bet_types/c753e4a1-9374-48bd-b790-cd23f5388e67/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c753e4a1-9374-48bd-b790-cd23f5388e67",
    "match": "https://api-prod.gambitprofit.com/api/matches/fe4bcddd-74dd-42ec-a67d-bbbce991c389/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-15T23:37:56.407583-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": 5000.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9200.0,
        "profit_sb": -300.0,
        "profit_sb_percentage": -3.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "fd3da67d-44ea-419a-8414-b6dc11e0132b",
            "gambit_id": "f53cdbfd-b14a-4066-aa53-0fcb984d0765",
            "last_updated": "2023-12-19T10:23:28.744931-05:00",
            "created_at": "2023-12-15T23:37:56.412008-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.84000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c753e4a1-9374-48bd-b790-cd23f5388e67/?format=api"
        },
        {
            "id": "f67ec372-e1de-49cb-9c39-a3208ddeb67e",
            "gambit_id": "3684397c-bcf9-46ca-a867-302807e4af24",
            "last_updated": "2023-12-19T10:23:28.751893-05:00",
            "created_at": "2023-12-15T23:37:56.416684-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.84000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c753e4a1-9374-48bd-b790-cd23f5388e67/?format=api"
        }
    ]
}