GET /api/bet_types/1b6f8828-9f2a-458f-a0c9-9fa2c4cd5679/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b6f8828-9f2a-458f-a0c9-9fa2c4cd5679",
    "match": "https://api-prod.gambitprofit.com/api/matches/65348dc6-2b7d-4e50-be71-50538f32105e/?format=api",
    "name": "FreeForm",
    "created_at": "2023-08-26T11:28:22.927054-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": "Odd",
                "amount": 5000.0
            },
            {
                "team": "Even",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c80832cb-4d15-4e8c-be72-c35d173a7b0f",
            "gambit_id": "3c4cec8e-0674-4864-a8e4-8180582ab793",
            "last_updated": "2023-08-29T09:33:04.522686-04:00",
            "created_at": "2023-08-26T11:28:22.940173-04:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b6f8828-9f2a-458f-a0c9-9fa2c4cd5679/?format=api"
        },
        {
            "id": "d7edff08-49f4-47e7-8e59-58b85a2265bf",
            "gambit_id": "810c4eb3-7796-486b-8ed7-8de59b8dfb82",
            "last_updated": "2023-08-29T09:33:04.526202-04:00",
            "created_at": "2023-08-26T11:28:22.944283-04:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b6f8828-9f2a-458f-a0c9-9fa2c4cd5679/?format=api"
        }
    ]
}