GET /api/bet_types/ddfedae9-704d-40be-8768-fa3eb1bbfea5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ddfedae9-704d-40be-8768-fa3eb1bbfea5",
    "match": "https://api-prod.gambitprofit.com/api/matches/54bac1fd-b44c-402c-81e0-e77df3a5329e/?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": "Oregon",
                "amount": 8600.0
            },
            {
                "team": "California",
                "amount": 1400.0
            }
        ],
        "expected_reward_tokens": 9546.0,
        "profit_sb": 46.0,
        "profit_sb_percentage": 0.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "9514b638-c4e9-4aca-81be-54c0abc5f34a",
            "gambit_id": "e59fc2ba-56ad-4f73-b4af-f7dd8ea87e50",
            "last_updated": "2022-10-31T10:32:22.993183-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oregon",
            "reward": "1.11000",
            "odds": "1.11110",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddfedae9-704d-40be-8768-fa3eb1bbfea5/?format=api"
        },
        {
            "id": "28cd70ec-a162-4f7f-9cb5-89e4a8fc3794",
            "gambit_id": "16ad5404-b5c7-4493-abd8-f7b3f57d5faa",
            "last_updated": "2022-10-31T10:32:22.992036-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "California",
            "reward": "6.82000",
            "odds": "7.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddfedae9-704d-40be-8768-fa3eb1bbfea5/?format=api"
        }
    ]
}