GET /api/bet_types/b934b35c-ca35-495a-a554-209f0644109d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b934b35c-ca35-495a-a554-209f0644109d",
    "match": "https://api-prod.gambitprofit.com/api/matches/a0a2312d-82fc-4f23-bbb7-27f0d236d615/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-15T16:03:06.904474-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 7049.0
            },
            {
                "team": "Draw",
                "amount": 2951.0
            }
        ],
        "expected_reward_tokens": 11419.38,
        "profit_sb": 1919.38,
        "profit_sb_percentage": 20.2,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 5751.0
            },
            {
                "team": "Draw",
                "amount": 2407.0
            },
            {
                "team": "Brentford",
                "amount": 1841.0
            }
        ],
        "expected_reward_tokens": 9315.09,
        "profit_sb": -184.91,
        "profit_sb_percentage": -1.95,
        "recommended": false
    },
    "lines": [
        {
            "id": "01d62cde-ae37-4994-8edb-dc18895fde72",
            "gambit_id": "f80da9fb-8dbd-4caa-80d5-37e045499c80",
            "last_updated": "2023-09-18T23:08:07.813064-04:00",
            "created_at": "2023-09-15T16:03:06.915733-04:00",
            "name": "Newcastle United",
            "reward": "1.62000",
            "odds": "1.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b934b35c-ca35-495a-a554-209f0644109d/?format=api"
        },
        {
            "id": "e24a9161-1356-4384-9f1f-bdd24ed8f2ae",
            "gambit_id": "e21dfa8a-ab72-4d74-a5e3-97db2f841863",
            "last_updated": "2023-09-18T23:08:07.809164-04:00",
            "created_at": "2023-09-15T16:03:06.909307-04:00",
            "name": "Draw",
            "reward": "3.87000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b934b35c-ca35-495a-a554-209f0644109d/?format=api"
        },
        {
            "id": "a7f4cfa0-c893-44c3-b9e0-c3bdb99e9b94",
            "gambit_id": "cf9a2585-a14f-49bf-919f-a92c5964b2dd",
            "last_updated": "2023-09-18T23:08:07.816383-04:00",
            "created_at": "2023-09-15T16:03:06.921471-04:00",
            "name": "Brentford",
            "reward": "5.06000",
            "odds": "5.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b934b35c-ca35-495a-a554-209f0644109d/?format=api"
        }
    ]
}