GET /api/bet_types/ed1b5a28-7d9a-46fb-bd73-c796e10a0ba5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed1b5a28-7d9a-46fb-bd73-c796e10a0ba5",
    "match": "https://api-prod.gambitprofit.com/api/matches/d938b2e2-6ead-47d2-8ed5-01df867ed110/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-07T09:27:12.941579-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": 5213.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c9b22100-0146-411f-a697-ea1ebee4a486",
            "gambit_id": "a2c07d3c-80fe-4d58-bbec-805ba7d84d5f",
            "last_updated": "2023-04-08T15:56:56.915663-04:00",
            "created_at": "2023-04-07T09:27:12.946711-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed1b5a28-7d9a-46fb-bd73-c796e10a0ba5/?format=api"
        },
        {
            "id": "b1f14ffe-71f9-48e3-948f-1ea7d34936d5",
            "gambit_id": "2ddd0197-a99f-4358-b8ab-e010139bcb49",
            "last_updated": "2023-04-08T15:56:56.913727-04:00",
            "created_at": "2023-04-07T09:27:12.944277-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed1b5a28-7d9a-46fb-bd73-c796e10a0ba5/?format=api"
        }
    ]
}