GET /api/bet_types/61e546fb-a070-42bb-8457-60fe5d9662b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61e546fb-a070-42bb-8457-60fe5d9662b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/df29ef63-a164-454e-94fb-2ecbe22a2f25/?format=api",
    "name": "Pick the Winner",
    "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": "Brooklyn Nets",
                "amount": 5984.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 4016.0
            }
        ],
        "expected_reward_tokens": 9155.52,
        "profit_sb": 155.52,
        "profit_sb_percentage": 1.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "4faaaf37-159b-424c-ad8c-f4e15a8be265",
            "gambit_id": "a74ca641-0afa-427b-afc0-1e270962c6a7",
            "last_updated": "2022-11-06T20:22:31.131822-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61e546fb-a070-42bb-8457-60fe5d9662b2/?format=api"
        },
        {
            "id": "e6512e77-a362-41b1-a44d-c06fe347b105",
            "gambit_id": "eccaf9fb-dea6-44e1-bd18-c4885939a668",
            "last_updated": "2022-11-06T20:22:31.130888-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "2.28000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61e546fb-a070-42bb-8457-60fe5d9662b2/?format=api"
        }
    ]
}