GET /api/bet_types/87ba5cbe-5425-4baa-9683-3c023c007961/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87ba5cbe-5425-4baa-9683-3c023c007961",
    "match": "https://api-prod.gambitprofit.com/api/matches/07010f39-8748-4ff6-902b-aca44dd3ffeb/?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": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Los Angeles FC",
                "amount": 7710.0
            },
            {
                "team": "Draw",
                "amount": 2290.0
            }
        ],
        "expected_reward_tokens": 10485.6,
        "profit_sb": 1485.6,
        "profit_sb_percentage": 16.51,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Los Angeles FC",
                "amount": 6621.0
            },
            {
                "team": "Draw",
                "amount": 1966.0
            },
            {
                "team": "Real Salt Lake",
                "amount": 1413.0
            }
        ],
        "expected_reward_tokens": 9000.81,
        "profit_sb": 0.81,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "25599619-d559-4aa3-8163-6528fce2ea7d",
            "gambit_id": "a2c71cf0-460b-4563-b82d-369c4d18d1af",
            "last_updated": "2022-09-05T17:06:57.254737-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles FC",
            "reward": "1.36000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87ba5cbe-5425-4baa-9683-3c023c007961/?format=api"
        },
        {
            "id": "dab5cef4-f68e-4363-9e16-40bca856b2a1",
            "gambit_id": "832dc7e8-ff00-471d-8444-0b85ecbdd654",
            "last_updated": "2022-09-05T17:06:57.255770-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.58000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87ba5cbe-5425-4baa-9683-3c023c007961/?format=api"
        },
        {
            "id": "0ba0b67d-c8c6-4759-b291-4eea5d514a32",
            "gambit_id": "181535f2-5373-43c4-9ac5-d8a601c6c4f6",
            "last_updated": "2022-09-05T17:06:57.253700-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Real Salt Lake",
            "reward": "6.37000",
            "odds": "7.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87ba5cbe-5425-4baa-9683-3c023c007961/?format=api"
        }
    ]
}