GET /api/bet_types/559fcfff-3ce2-4ef7-a78d-3e1fb905faf9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "559fcfff-3ce2-4ef7-a78d-3e1fb905faf9",
    "match": "https://api-prod.gambitprofit.com/api/matches/44ab9435-5cd5-4fc8-b5d6-8e41177efa65/?format=api",
    "name": "FreeForm",
    "created_at": "2023-10-20T09:13:20.050889-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": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "6db0f03b-f105-460e-a2f8-443c0f7ec553",
            "gambit_id": "3b7ada72-cb56-418d-a5ce-3892cbc346d9",
            "last_updated": "2023-10-23T13:52:57.132846-04:00",
            "created_at": "2023-10-20T09:13:20.054763-04:00",
            "name": "Odd",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/559fcfff-3ce2-4ef7-a78d-3e1fb905faf9/?format=api"
        },
        {
            "id": "e06ec832-bfd6-4b5a-86fb-9c7d0a3a11da",
            "gambit_id": "a2d11e57-afd6-4590-815f-7fdbcce3ee3c",
            "last_updated": "2023-10-23T13:52:57.136365-04:00",
            "created_at": "2023-10-20T09:13:20.059007-04:00",
            "name": "Even",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/559fcfff-3ce2-4ef7-a78d-3e1fb905faf9/?format=api"
        }
    ]
}