GET /api/bet_types/3166850c-9c86-4592-a3f5-a1caad2b1dfa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3166850c-9c86-4592-a3f5-a1caad2b1dfa",
    "match": "https://api-prod.gambitprofit.com/api/matches/97d54f42-4431-4ac9-bb51-a9f829fc032e/?format=api",
    "name": "FreeForm",
    "created_at": "2023-09-09T09:43:02.284804-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": "0db1f0e2-967c-498e-8a8a-8946efd34c98",
            "gambit_id": "e0816442-b6b3-44e6-99d9-a87962895d32",
            "last_updated": "2023-09-12T11:43:03.888383-04:00",
            "created_at": "2023-09-09T09:43:02.292397-04:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3166850c-9c86-4592-a3f5-a1caad2b1dfa/?format=api"
        },
        {
            "id": "9501a6f9-ad76-4738-a613-8419507d4af4",
            "gambit_id": "08b98d4f-9ff8-4345-8a29-4cc79dd9bbe8",
            "last_updated": "2023-09-12T11:43:03.891782-04:00",
            "created_at": "2023-09-09T09:43:02.298231-04:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3166850c-9c86-4592-a3f5-a1caad2b1dfa/?format=api"
        }
    ]
}