GET /api/bet_types/8e9d2a65-a30d-4ac8-9e70-4f933f2c8307/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8e9d2a65-a30d-4ac8-9e70-4f933f2c8307",
    "match": "https://api-prod.gambitprofit.com/api/matches/c2957f30-daca-4255-9064-e180e994eb9b/?format=api",
    "name": "FreeForm",
    "created_at": "2023-03-11T14:47:10.354464-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": "Even",
                "amount": 5000.0
            },
            {
                "team": "Odd",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5ec71168-642f-47f1-956a-61c8326ac6c1",
            "gambit_id": "a0277fe9-07bf-4231-a8e2-6f53ac7570af",
            "last_updated": "2023-03-18T23:57:00.617951-04:00",
            "created_at": "2023-03-11T14:47:10.355927-05:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e9d2a65-a30d-4ac8-9e70-4f933f2c8307/?format=api"
        },
        {
            "id": "91ae5c3b-3af0-4903-8072-d105bfd9437e",
            "gambit_id": "1d29a3af-b6d5-412c-a939-0c8bfe667b90",
            "last_updated": "2023-03-18T23:57:00.619434-04:00",
            "created_at": "2023-03-11T14:47:10.357285-05:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e9d2a65-a30d-4ac8-9e70-4f933f2c8307/?format=api"
        }
    ]
}