GET /api/bet_types/16b6566d-6bf2-4bf8-8607-6861be57504b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "16b6566d-6bf2-4bf8-8607-6861be57504b",
    "match": "https://api-prod.gambitprofit.com/api/matches/38a9f86d-6d93-4fe7-9d18-44e43a9a25a8/?format=api",
    "name": "FreeForm",
    "created_at": "2023-09-12T10:13:11.157770-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": "8333ec33-4137-4273-a5ad-35e37847cd5d",
            "gambit_id": "f2df7461-ad10-4725-9780-97c6c146c406",
            "last_updated": "2023-09-15T10:28:23.927548-04:00",
            "created_at": "2023-09-12T10:13:11.162455-04:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16b6566d-6bf2-4bf8-8607-6861be57504b/?format=api"
        },
        {
            "id": "d2cbe84d-65f8-42c0-a0a4-75eefc1fe1c2",
            "gambit_id": "5679a0aa-8c2e-438a-ab78-8492d2361967",
            "last_updated": "2023-09-15T10:28:23.931197-04:00",
            "created_at": "2023-09-12T10:13:11.166730-04:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16b6566d-6bf2-4bf8-8607-6861be57504b/?format=api"
        }
    ]
}