GET /api/bet_types/d83701e4-8e63-4569-aa7b-cae5c6936539/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d83701e4-8e63-4569-aa7b-cae5c6936539",
    "match": "https://api-prod.gambitprofit.com/api/matches/47cad805-27ee-4403-8b05-2a8236e390eb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-15T15:58:05.391901-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Aston Villa",
                "amount": 6445.0
            },
            {
                "team": "Draw",
                "amount": 3555.0
            }
        ],
        "expected_reward_tokens": 12051.45,
        "profit_sb": 2551.45,
        "profit_sb_percentage": 26.86,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Aston Villa",
                "amount": 4914.0
            },
            {
                "team": "Draw",
                "amount": 2711.0
            },
            {
                "team": "Crystal Palace",
                "amount": 2375.0
            }
        ],
        "expected_reward_tokens": 9189.18,
        "profit_sb": -310.82,
        "profit_sb_percentage": -3.27,
        "recommended": false
    },
    "lines": [
        {
            "id": "7cab06b2-792e-41d9-9a1e-4c5460618907",
            "gambit_id": "f8bbb532-c13a-415b-821e-f5390241206a",
            "last_updated": "2023-09-18T23:08:05.332153-04:00",
            "created_at": "2023-09-15T15:58:05.403653-04:00",
            "name": "Aston Villa",
            "reward": "1.87000",
            "odds": "1.91000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d83701e4-8e63-4569-aa7b-cae5c6936539/?format=api"
        },
        {
            "id": "0aaf8604-bc4f-4e5b-acfb-5f6a26686fbe",
            "gambit_id": "9708c80c-12b1-406c-a56f-2e6435e17cc3",
            "last_updated": "2023-09-18T23:08:05.328700-04:00",
            "created_at": "2023-09-15T15:58:05.397625-04:00",
            "name": "Draw",
            "reward": "3.39000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d83701e4-8e63-4569-aa7b-cae5c6936539/?format=api"
        },
        {
            "id": "959ee6f1-87ea-466d-b339-22fe0ce0d7f7",
            "gambit_id": "65b0cde9-148d-46ff-b519-07523f3180e5",
            "last_updated": "2023-09-18T23:08:05.335679-04:00",
            "created_at": "2023-09-15T15:58:05.409316-04:00",
            "name": "Crystal Palace",
            "reward": "3.87000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d83701e4-8e63-4569-aa7b-cae5c6936539/?format=api"
        }
    ]
}