GET /api/bet_types/af813c30-0518-4ec5-8911-9d0d24eb3951/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "af813c30-0518-4ec5-8911-9d0d24eb3951",
    "match": "https://api-prod.gambitprofit.com/api/matches/3fa1b2e1-de93-49bd-bd1d-48a6fd223bf3/?format=api",
    "name": "FreeForm",
    "created_at": "1969-12-31T19:00:00-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": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "1052d465-d2ab-4883-b15e-47adc28242df",
            "gambit_id": "63c5427c-b417-4648-bc69-c71e564367b2",
            "last_updated": "2022-10-13T10:02:16.845403-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Odd",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af813c30-0518-4ec5-8911-9d0d24eb3951/?format=api"
        },
        {
            "id": "832f5ed3-2664-47c1-9c53-52c659453a35",
            "gambit_id": "cbb1d338-9708-4220-9dfa-911083a5a6cc",
            "last_updated": "2022-10-13T10:02:16.844235-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Even",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af813c30-0518-4ec5-8911-9d0d24eb3951/?format=api"
        }
    ]
}