GET /api/bet_types/847d9dae-d313-460b-bfbc-b149f3efd038/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "847d9dae-d313-460b-bfbc-b149f3efd038",
    "match": "https://api-prod.gambitprofit.com/api/matches/7cd229e1-bdc6-42f9-b047-1f1a96215a1d/?format=api",
    "name": "FreeForm",
    "created_at": "2024-01-17T09:28:14.248091-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": "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": "68b73704-619e-418f-bbf6-95bb9f0dbe93",
            "gambit_id": "3a7df0aa-e86d-4cd8-a333-d185cb25e4ba",
            "last_updated": "2024-01-19T12:13:24.844557-05:00",
            "created_at": "2024-01-17T09:28:14.255311-05:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/847d9dae-d313-460b-bfbc-b149f3efd038/?format=api"
        },
        {
            "id": "057310c5-e808-4b19-9719-0cbce2cbe339",
            "gambit_id": "59c0e2bc-d619-407c-b7be-76a4b0a5daea",
            "last_updated": "2024-01-19T12:13:24.847973-05:00",
            "created_at": "2024-01-17T09:28:14.262025-05:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/847d9dae-d313-460b-bfbc-b149f3efd038/?format=api"
        }
    ]
}