GET /api/bet_types/69cb2a51-63e9-465d-ab7e-531efeb7b604/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "69cb2a51-63e9-465d-ab7e-531efeb7b604",
    "match": "https://api-prod.gambitprofit.com/api/matches/354a215b-5a16-487a-aee9-fcdf2634ee0d/?format=api",
    "name": "FreeForm",
    "created_at": "1969-12-31T19:00:00-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": "Odd",
                "amount": 5000.0
            },
            {
                "team": "Even",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "574a5cfe-7a06-472e-9515-4677954a7f8b",
            "gambit_id": "45e4bf17-a0d8-4880-a7ac-125ec4557114",
            "last_updated": "2022-08-15T11:12:20.510400-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Odd",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69cb2a51-63e9-465d-ab7e-531efeb7b604/?format=api"
        },
        {
            "id": "48f67267-d7d0-4fc7-b820-c46d96206ea7",
            "gambit_id": "678bb751-4587-4ba7-828b-a5b7b82d8ca5",
            "last_updated": "2022-08-15T11:12:20.509895-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Even",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69cb2a51-63e9-465d-ab7e-531efeb7b604/?format=api"
        }
    ]
}