GET /api/bet_types/351c62fc-648e-4ae7-b165-5b56c0cad980/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "351c62fc-648e-4ae7-b165-5b56c0cad980",
    "match": "https://api-prod.gambitprofit.com/api/matches/1bf0c51e-2d87-4a10-b226-78afc013e34d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-16T17:37:19.903828-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": "TCU",
                "amount": 5000.0
            },
            {
                "team": "Arizona State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "9389abdf-7d34-4a2a-8c0d-d48a131027a4",
            "gambit_id": "4041159e-1828-4a8e-9de2-6736782385a5",
            "last_updated": "2023-03-18T11:32:13.478029-04:00",
            "created_at": "2023-03-16T17:37:19.905266-04:00",
            "name": "TCU",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/351c62fc-648e-4ae7-b165-5b56c0cad980/?format=api"
        },
        {
            "id": "c63007e2-eb67-4520-9a32-710d3ba91753",
            "gambit_id": "bef599c1-8c03-4fbb-8638-30d936a6d347",
            "last_updated": "2023-03-18T11:32:13.479756-04:00",
            "created_at": "2023-03-16T17:37:19.906764-04:00",
            "name": "Arizona State",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/351c62fc-648e-4ae7-b165-5b56c0cad980/?format=api"
        }
    ]
}