GET /api/bet_types/abf5b5e2-c388-4b3b-b2a8-f5c014d784cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "abf5b5e2-c388-4b3b-b2a8-f5c014d784cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d4ff228-b5c6-4ad1-b41c-92a5b39bde55/?format=api",
    "name": "FreeForm",
    "created_at": "2023-03-27T09:11:52.918170-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": "1d6f25fa-262a-49f8-83c4-81a238e4a674",
            "gambit_id": "144ba652-3d2c-47cf-9434-a0568353ae7c",
            "last_updated": "2023-03-28T11:27:00.751557-04:00",
            "created_at": "2023-03-27T09:11:52.922385-04:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abf5b5e2-c388-4b3b-b2a8-f5c014d784cf/?format=api"
        },
        {
            "id": "4966358b-d54d-46d4-8710-6981fc747690",
            "gambit_id": "5cecd0e5-a393-4d05-a664-62b14112293b",
            "last_updated": "2023-03-28T11:27:00.748385-04:00",
            "created_at": "2023-03-27T09:11:52.920289-04:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abf5b5e2-c388-4b3b-b2a8-f5c014d784cf/?format=api"
        }
    ]
}