GET /api/bet_types/a15e7cee-e990-494c-8c9c-3225feb4baf9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a15e7cee-e990-494c-8c9c-3225feb4baf9",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c40a0aa-d72a-4193-a081-a8de7e9a25fc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-10T08:57:02.388762-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": "KAN",
                "amount": 5421.0
            },
            {
                "team": "TEX",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "f18e00ee-c392-4e09-bb62-888d1afac7ad",
            "gambit_id": "a99bb947-562b-4976-ba5d-d9787a397968",
            "last_updated": "2023-04-11T13:22:04.846558-04:00",
            "created_at": "2023-04-10T08:57:02.394804-04:00",
            "name": "KAN",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a15e7cee-e990-494c-8c9c-3225feb4baf9/?format=api"
        },
        {
            "id": "edca7ae9-37af-4805-aef4-250f909e9609",
            "gambit_id": "819db0f7-dd42-4c63-b958-13b49f27df5f",
            "last_updated": "2023-04-11T13:22:04.844386-04:00",
            "created_at": "2023-04-10T08:57:02.391814-04:00",
            "name": "TEX",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a15e7cee-e990-494c-8c9c-3225feb4baf9/?format=api"
        }
    ]
}