GET /api/bet_types/233b651f-45ae-4da3-9be3-2e5a8db4a7a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "233b651f-45ae-4da3-9be3-2e5a8db4a7a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/f8936031-db7b-4eaf-8bd1-4621eb04b571/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-25T11:42:03.712404-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 9",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7f2f9c66-7190-407e-8d49-2d5bb928cb40",
            "gambit_id": "5f7b511a-94de-4396-bce8-7d0cb4729d3f",
            "last_updated": "2023-04-26T20:32:12.664432-04:00",
            "created_at": "2023-04-25T11:42:03.717757-04:00",
            "name": "Game Total Over 9",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/233b651f-45ae-4da3-9be3-2e5a8db4a7a1/?format=api"
        },
        {
            "id": "9342b5c5-a637-4322-9fd4-e1b226643167",
            "gambit_id": "94b121e8-67e8-4c83-be95-803c3becfd5a",
            "last_updated": "2023-04-26T20:32:12.662593-04:00",
            "created_at": "2023-04-25T11:42:03.715097-04:00",
            "name": "Game Total Under 9",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/233b651f-45ae-4da3-9be3-2e5a8db4a7a1/?format=api"
        }
    ]
}